cz.cuni.pogamut.MessageObjects
Class Trace

java.lang.Object
  extended by cz.cuni.pogamut.MessageObjects.MessageObject
      extended by cz.cuni.pogamut.MessageObjects.Trace
All Implemented Interfaces:
Visible, java.io.Serializable, java.lang.Cloneable

public class Trace
extends MessageObject
implements java.io.Serializable

Trace notification message contains:

asynchronous message

See Also:
Serialized Form

Field Summary
 boolean fastTrace
           
 Triple from
           
 int hitId
           
 Triple hitLocation
           
 Triple hitNormal
           
 boolean result
           
 Triple to
           
 boolean traceActors
           
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
Trace()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
clone, diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, update
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

from

public Triple from

to

public Triple to

fastTrace

public boolean fastTrace

result

public boolean result

hitNormal

public Triple hitNormal

hitId

public int hitId

hitLocation

public Triple hitLocation

traceActors

public boolean traceActors
Constructor Detail

Trace

public Trace()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class MessageObject