Uses of Class
org.somda.sdc.biceps.model.participant.AbstractAlertDescriptor
-
Packages that use AbstractAlertDescriptor Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AbstractAlertDescriptor in org.somda.sdc.biceps.model.participant
Subclasses of AbstractAlertDescriptor in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classAlertConditionDescriptorAn ALERT CONDITION contains the information about a potentially or actually HAZARDOUS SITUATION.classAlertSignalDescriptorAlertSignalDescriptor represents an ALERT SIGNAL.classAlertSystemDescriptorAlertSystemDescriptor describes an ALERT SYSTEM to detect ALERT CONDITIONs and generate ALERT SIGNALs, which belong to specific ALERT CONDITIONs.classLimitAlertConditionDescriptorLimitAlertConditionDescriptor is a specialization of an ALERT CONDITION that is active if at least one limit for a referenced METRIC has been violated.Methods in org.somda.sdc.biceps.model.participant that return AbstractAlertDescriptor Modifier and Type Method Description AbstractAlertDescriptorObjectFactory. createAbstractAlertDescriptor()Create an instance ofAbstractAlertDescriptor
-