Uses of Class
org.somda.sdc.biceps.model.participant.AbstractMetricState
-
Packages that use AbstractMetricState Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of AbstractMetricState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message with type parameters of type AbstractMetricState Modifier and Type Field Description protected List<AbstractMetricState>AbstractMetricReport.ReportPart. metricStateprotected List<AbstractMetricState>SetMetricState. proposedMetricStateMethods in org.somda.sdc.biceps.model.message that return types with arguments of type AbstractMetricState Modifier and Type Method Description List<AbstractMetricState>AbstractMetricReport.ReportPart. getMetricState()Gets the value of the metricState property.List<AbstractMetricState>SetMetricState. getProposedMetricState()Gets the value of the proposedMetricState property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type AbstractMetricState Modifier and Type Method Description voidAbstractMetricReport.ReportPart. setMetricState(List<AbstractMetricState> value)voidSetMetricState. setProposedMetricState(List<AbstractMetricState> value) -
Uses of AbstractMetricState in org.somda.sdc.biceps.model.participant
Subclasses of AbstractMetricState in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classDistributionSampleArrayMetricStateState of a distribution sample array METRIC descriptor.classEnumStringMetricStateState of an enumerated string METRIC.classNumericMetricStateState of a numeric METRIC.classRealTimeSampleArrayMetricStateState of a stream METRIC descriptor.classStringMetricStateState of a string METRIC.Methods in org.somda.sdc.biceps.model.participant that return AbstractMetricState Modifier and Type Method Description AbstractMetricStateObjectFactory. createAbstractMetricState()Create an instance ofAbstractMetricState
-