|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IParseOperations | |
---|---|
Actuator | |
Listener | |
ParsingFramework | |
ParsingFramework.MicroOperations |
Uses of IParseOperations in Actuator |
---|
Classes in Actuator that implement IParseOperations | |
---|---|
class |
Actuator
Actuator is the base abstract class that is extended to specialized message actuators e.g. |
class |
MessageActuator
General Message Actuator for binary protocols that is specialised by the loaded message description language. |
class |
XMLMessageActuator
|
Constructors in Actuator with parameters of type IParseOperations | |
---|---|
TextMessageActuator(java.lang.String File,
IParseOperations pOperations)
|
|
XMLMessageActuator(java.lang.String File,
IParseOperations pOperations)
|
Uses of IParseOperations in Listener |
---|
Classes in Listener that implement IParseOperations | |
---|---|
class |
JavaObjectListener
Message Parser that parses messages where the message is composed of a Java Object. |
class |
Listener
Interface of each message parser object. |
class |
MessageListener
Each MessageListener object takes messages for a specified communication protocol and translates them to a data description object describing the message in terms of the message name, and a set of fields where the fields contains the message's values. |
class |
TextMessageListener
Each MessageParser object takes messages for a specified communication protocol and translates them to a data description object describing the message in terms of the message name, and a set of fields where the fields contains the message's values. |
class |
XMLMessageListener
Each MessageParser object takes messages for a specified communication protocol and translates them to a data description object describing the message in terms of the message name, and a set of fields where the fields contains the message's values. |
Uses of IParseOperations in ParsingFramework |
---|
Classes in ParsingFramework that implement IParseOperations | |
---|---|
class |
ParserFramework
Singleton object which provides operations to parse data in raw formats e.g. |
Uses of IParseOperations in ParsingFramework.MicroOperations |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |