Uses of Class
adams.data.wekapyroproxy.AbstractCommunicationProcessor
-
Packages that use AbstractCommunicationProcessor Package Description adams.data.wekapyroproxy weka.classifiers.functions weka.core -
-
Uses of AbstractCommunicationProcessor in adams.data.wekapyroproxy
Subclasses of AbstractCommunicationProcessor in adams.data.wekapyroproxy Modifier and Type Class Description class
FusionJsonCommunicationProcessor
Turns Instances/Instance into fusion JSON.class
NullCommunicationProcessor
Dummy, does nothing.class
SimpleJsonCommunicationProcessor
Turns Instances/Instance into simple JSON. -
Uses of AbstractCommunicationProcessor in weka.classifiers.functions
Fields in weka.classifiers.functions declared as AbstractCommunicationProcessor Modifier and Type Field Description protected AbstractCommunicationProcessor
PyroProxy. m_Communication
the instance converter to use.Methods in weka.classifiers.functions that return AbstractCommunicationProcessor Modifier and Type Method Description AbstractCommunicationProcessor
PyroProxy. getCommunication()
Returns the model proxy to use for communication.Methods in weka.classifiers.functions with parameters of type AbstractCommunicationProcessor Modifier and Type Method Description void
PyroProxy. setCommunication(AbstractCommunicationProcessor value)
Sets the model proxy to use for communication. -
Uses of AbstractCommunicationProcessor in weka.core
Methods in weka.core that return AbstractCommunicationProcessor Modifier and Type Method Description AbstractCommunicationProcessor
PyroProxyObject. getCommunication()
Returns the handler for the communication.Methods in weka.core with parameters of type AbstractCommunicationProcessor Modifier and Type Method Description void
PyroProxyObject. setCommunication(AbstractCommunicationProcessor value)
Sets the handler for the communication.
-