kaos.core.message
Class KAoSAcrNode

java.lang.Object
  extended by AcrNode
      extended by kaos.core.message.KAoSAcrNode

public class KAoSAcrNode
extends AcrNode


Field Summary
static java.lang.String KAOS_MSG
           
 
Constructor Summary
KAoSAcrNode()
          Creates a JasAcrNode without any attributes or properties.
KAoSAcrNode(Msg msg)
           
 
Method Summary
 void acceptSerializer(AcrSerializer serializer)
          Mandates that every subclass be accessible to a JasSerializer.
 Msg getMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KAOS_MSG

public static java.lang.String KAOS_MSG
Constructor Detail

KAoSAcrNode

public KAoSAcrNode()
Creates a JasAcrNode without any attributes or properties.


KAoSAcrNode

public KAoSAcrNode(Msg msg)
Method Detail

acceptSerializer

public void acceptSerializer(AcrSerializer serializer)
Mandates that every subclass be accessible to a JasSerializer.

See Also:
AcrSerializer

getMsg

public Msg getMsg()