Uses of Class
starlink.AbstractMessage.Message

Packages that use Message
starlink.AbstractMessage   
starlink.ApplicationAutomata   
 

Uses of Message in starlink.AbstractMessage
 

Fields in starlink.AbstractMessage with type parameters of type Message
protected  java.util.List<Message> ProtocolMessage.message
           
 

Methods in starlink.AbstractMessage that return Message
 Message ObjectFactory.createMessage()
          Create an instance of Message
 

Methods in starlink.AbstractMessage that return types with arguments of type Message
 java.util.List<Message> ProtocolMessage.getMessage()
          Gets the value of the message property.
 

Methods in starlink.AbstractMessage with parameters of type Message
 AbstractMessage XMLFactoring.constructPacket(Message m)
          Construct the data representation as required by the generic composer
 

Uses of Message in starlink.ApplicationAutomata
 

Fields in starlink.ApplicationAutomata declared as Message
 Message ActionMessage.originalMessage
           
 

Constructors in starlink.ApplicationAutomata with parameters of type Message
ActionMessage(java.lang.String name, Message m)