Package com.framed.cdss.actors
Class RRMismatchClassificationActor
java.lang.Object
com.framed.core.Service
com.framed.cdss.Actor
com.framed.cdss.actors.RRMismatchClassificationActor
-
Field Summary
Fields inherited from class com.framed.cdss.Actor
id, inputChannels, outputChannels -
Constructor Summary
ConstructorsConstructorDescriptionRRMismatchClassificationActor(EventBus eventBus, String id, String rrEstimationChannel, String rrSettingsChannel, org.json.JSONArray outputChannels, int varLimit) -
Method Summary
Methods inherited from class com.framed.cdss.Actor
getInputChannels, getOutputChannels, valueMatchesExpected
-
Constructor Details
-
RRMismatchClassificationActor
-
-
Method Details
-
fireFunction
- Specified by:
fireFunctionin classActor- Parameters:
latestSnapshot- Unmodifiable snapshot of the latest value of ALL input channels (channel -> latest object).
-