|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.MessageObjects.MessageObject
cz.cuni.pogamut.MessageObjects.Trace
public class Trace
Trace notification message contains:
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 |
---|
public Triple from
public Triple to
public boolean fastTrace
public boolean result
public Triple hitNormal
public int hitId
public Triple hitLocation
public boolean traceActors
Constructor Detail |
---|
public Trace()
Method Detail |
---|
public java.lang.String toString()
toString
in class MessageObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |