edu.mit.ai.psg.traveler
Class SynchronizationRecordDefault.Entry
java.lang.Object
|
+--edu.mit.ai.psg.traveler.ActivityRecordBase
|
+--edu.mit.ai.psg.traveler.SynchronizationRecordDefault.Entry
- Enclosing class:
- SynchronizationRecordDefault
- public static class SynchronizationRecordDefault.Entry
- extends ActivityRecordBase
- implements SynchronizationRecord.Entry
default class for recording entry into synchronization in a biography
| Methods inherited from class edu.mit.ai.psg.traveler.ActivityRecordBase |
addChild,
addThreadedChild,
cloneObject,
ensureListValue,
finished,
getChildren,
getChildrenInThread,
getParent,
getProperty,
getThreadedChildren,
isFinished,
putProperty,
removeProperty,
setParent |
SynchronizationRecordDefault.Entry
public SynchronizationRecordDefault.Entry()
getExit
public SynchronizationRecord.Exit getExit()
- get corresponding exit from parent
- Specified by:
- getExit in interface SynchronizationRecord.Entry
toString
public String toString()
- Description copied from class: ActivityRecordBase
- subclasses must provide a print string
- Overrides:
- toString in class ActivityRecordBase