Package | Description |
---|---|
metdetection.meter.lpcfg |
Modifier and Type | Method and Description |
---|---|
static MetricalLpcfgMetricalModelState.MetricalLpcfgMatch |
MetricalLpcfgMetricalModelState.MetricalLpcfgMatch.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricalLpcfgMetricalModelState.MetricalLpcfgMatch[] |
MetricalLpcfgMetricalModelState.MetricalLpcfgMatch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
MetricalLpcfgMetricalModelState.addMatch(MetricalLpcfgMetricalModelState.MetricalLpcfgMatch matchType)
Add the given matchType to this model.
|
private boolean |
MetricalLpcfgMetricalModelState.matches(MetricalLpcfgMetricalModelState.MetricalLpcfgMatch matchType)
Check if this model matches the given match type.
|