Uses of Interface
ParsingFramework.IParseOperations

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
 

Constructors in ParsingFramework.MicroOperations with parameters of type IParseOperations
BinaryBoolean(IParseOperations parent)
           
BinaryByteArray(IParseOperations parent)
           
BinaryChar(IParseOperations parent)
           
BinaryDouble(IParseOperations parent)
           
BinaryFloat(IParseOperations parent)
           
BinaryFQDN(IParseOperations parent)
           
BinaryInteger(IParseOperations parent)
           
BinaryLong(IParseOperations parent)
           
BinaryRDATA(IParseOperations parent)
           
BinaryString(IParseOperations parent)
           
BinaryURL(IParseOperations parent)
           
BinaryUUID(IParseOperations parent)
           
FunctionArrayLength(IParseOperations parent)
           
FunctionEndian(IParseOperations parent)
           
FunctionHex2Bytes(IParseOperations parent)
           
FunctionNullTerminatedStringLength(IParseOperations parent)
           
FunctionStringLength(IParseOperations parent)
           
FunctionUniqueID(IParseOperations parent)
           
TextString(IParseOperations parent)
           
XMLBoolean(IParseOperations parent)
           
XMLByteArray(IParseOperations parent)
           
XMLDouble(IParseOperations parent)
           
XMLFloat(IParseOperations parent)
           
XMLInteger(IParseOperations parent)
           
XMLLong(IParseOperations parent)
           
XMLString(IParseOperations parent)