Uses of Class
org.somda.sdc.biceps.model.participant.AlertConditionDescriptor
-
Packages that use AlertConditionDescriptor Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AlertConditionDescriptor in org.somda.sdc.biceps.model.participant
Subclasses of AlertConditionDescriptor in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classLimitAlertConditionDescriptorLimitAlertConditionDescriptor is a specialization of an ALERT CONDITION that is active if at least one limit for a referenced METRIC has been violated.Fields in org.somda.sdc.biceps.model.participant with type parameters of type AlertConditionDescriptor Modifier and Type Field Description protected List<AlertConditionDescriptor>AlertSystemDescriptor. alertConditionMethods in org.somda.sdc.biceps.model.participant that return AlertConditionDescriptor Modifier and Type Method Description AlertConditionDescriptorObjectFactory. createAlertConditionDescriptor()Create an instance ofAlertConditionDescriptorMethods in org.somda.sdc.biceps.model.participant that return types with arguments of type AlertConditionDescriptor Modifier and Type Method Description List<AlertConditionDescriptor>AlertSystemDescriptor. getAlertCondition()Gets the value of the alertCondition property.Method parameters in org.somda.sdc.biceps.model.participant with type arguments of type AlertConditionDescriptor Modifier and Type Method Description voidAlertSystemDescriptor. setAlertCondition(List<AlertConditionDescriptor> value)
-