void |
EnumeratedParameterType.Builder.addAlarm(MatchCriteria contextMatch,
String enumLabel,
AlarmLevels level) |
Adds a new contextual alarm for the specified value
|
void |
FloatParameterType.Builder.addAlarmRange(MatchCriteria contextMatch,
DoubleRange floatRange,
AlarmLevels level) |
Adds a new, or unions with an existing range for the specified context and level
|
void |
IntegerParameterType.Builder.addAlarmRange(MatchCriteria contextMatch,
DoubleRange range,
AlarmLevels level) |
Adds a new, or unions with an existing range for the specified context and level
|
void |
FloatParameterType.Builder.addCriticalAlarmRange(MatchCriteria contextMatch,
DoubleRange criticalRange) |
Adds a new, or unions with an existing critical range for the specified context
|
void |
IntegerParameterType.Builder.addCriticalAlarmRange(MatchCriteria contextMatch,
DoubleRange criticalRange) |
Adds a new, or unions with an existing critical range for the specified context
|
void |
FloatParameterType.Builder.addDistressAlarmRange(MatchCriteria contextMatch,
DoubleRange distressRange) |
Adds a new, or unions with an existing distress range for the specified context
|
void |
IntegerParameterType.Builder.addDistressAlarmRange(MatchCriteria contextMatch,
DoubleRange distressRange) |
Adds a new, or unions with an existing distress range for the specified context
|
void |
FloatParameterType.Builder.addSevereAlarmRange(MatchCriteria contextMatch,
DoubleRange severeRange) |
Adds a new, or unions with an existing severe range for the specified context
|
void |
IntegerParameterType.Builder.addSevereAlarmRange(MatchCriteria contextMatch,
DoubleRange severeRange) |
Adds a new, or unions with an existing severe range for the specified context
|
void |
FloatParameterType.Builder.addWarningAlarmRange(MatchCriteria contextMatch,
DoubleRange warningRange) |
Adds a new, or unions with an existing warning range for the specified context
|
void |
IntegerParameterType.Builder.addWarningAlarmRange(MatchCriteria contextMatch,
DoubleRange warningRange) |
Adds a new, or unions with an existing warning range for the specified context
|
void |
FloatParameterType.Builder.addWatchAlarmRange(MatchCriteria contextMatch,
DoubleRange watchRange) |
Adds a new, or unions with an existing watch range for the specified context
|
void |
IntegerParameterType.Builder.addWatchAlarmRange(MatchCriteria contextMatch,
DoubleRange watchRange) |
Adds a new, or unions with an existing watch range for the specified context
|
EnumerationAlarm |
EnumeratedParameterType.Builder.createOrGetAlarm(MatchCriteria contextMatch) |
|
NumericAlarm |
FloatParameterType.Builder.createOrGetAlarm(MatchCriteria contextMatch) |
|
NumericAlarm |
IntegerParameterType.Builder.createOrGetAlarm(MatchCriteria contextMatch) |
|
NumericAlarm |
NumericParameterType.Builder.createOrGetAlarm(MatchCriteria contextMatch) |
|
EnumerationContextAlarm |
EnumeratedParameterType.Builder.getContextAlarm(MatchCriteria contextMatch) |
|
EnumerationContextAlarm |
EnumeratedParameterType.getContextAlarm(MatchCriteria contextMatch) |
|
NumericContextAlarm |
FloatParameterType.Builder.getNumericContextAlarm(MatchCriteria context) |
|
NumericContextAlarm |
IntegerParameterType.Builder.getNumericContextAlarm(MatchCriteria context) |
|
static void |
MatchCriteria.printParsedMatchCriteria(Logger log,
MatchCriteria criteria,
String indent) |
For debugging purpose
|
void |
ContextCalibrator.setContext(MatchCriteria context) |
|
void |
EnumerationContextAlarm.setContextMatch(MatchCriteria contextMatch) |
|
void |
NumericContextAlarm.setContextMatch(MatchCriteria contextMatch) |
|
void |
SequenceEntry.setIncludeCondition(MatchCriteria includeCondition) |
|
void |
Container.setRestrictionCriteria(MatchCriteria restrictionCriteria) |
|