jsim.jmessage
Class Message

java.lang.Object
  extended by jsim.jmessage.Message
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CostReport, FinalReport, Inject, Instruct, InterimReport, ModelProperties, Query, Result, Simulate, Store

public abstract class Message
extends java.lang.Object
implements java.io.Serializable

Message is the parent class of all JSIM messages.

See Also:
Serialized Form

Field Summary
protected  java.lang.String actionType
          Type of message
 
Constructor Summary
Message()
           
 
Method Summary
 java.lang.String getActionType()
          Returns the action type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionType

protected java.lang.String actionType
Type of message

Constructor Detail

Message

public Message()
Method Detail

getActionType

public java.lang.String getActionType()
Returns the action type.

Returns:
String The action type.