Uses of Class
org.somda.sdc.biceps.model.participant.RealTimeSampleArrayMetricState
-
Packages that use RealTimeSampleArrayMetricState Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of RealTimeSampleArrayMetricState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message with type parameters of type RealTimeSampleArrayMetricState Modifier and Type Field Description protected List<RealTimeSampleArrayMetricState>WaveformStream. stateMethods in org.somda.sdc.biceps.model.message that return types with arguments of type RealTimeSampleArrayMetricState Modifier and Type Method Description List<RealTimeSampleArrayMetricState>WaveformStream. getState()Gets the value of the state property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type RealTimeSampleArrayMetricState Modifier and Type Method Description voidWaveformStream. setState(List<RealTimeSampleArrayMetricState> value) -
Uses of RealTimeSampleArrayMetricState in org.somda.sdc.biceps.model.participant
Methods in org.somda.sdc.biceps.model.participant that return RealTimeSampleArrayMetricState Modifier and Type Method Description RealTimeSampleArrayMetricStateObjectFactory. createRealTimeSampleArrayMetricState()Create an instance ofRealTimeSampleArrayMetricState
-