edu.mit.ai.psg.traveler
Class SynchronizationRecordDefault.Exit
java.lang.Object
|
+--edu.mit.ai.psg.traveler.ActivityRecordBase
|
+--edu.mit.ai.psg.traveler.SynchronizationRecordDefault.Exit
- Enclosing class:
- SynchronizationRecordDefault
- public static class SynchronizationRecordDefault.Exit
- extends ActivityRecordBase
- implements SynchronizationRecord.Exit
default class for recording exit from 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.Exit
public SynchronizationRecordDefault.Exit()
getEntry
public SynchronizationRecord.Entry getEntry()
- get corresponding entry from parent
- Specified by:
- getEntry in interface SynchronizationRecord.Exit
toString
public String toString()
- Description copied from class: ActivityRecordBase
- subclasses must provide a print string
- Overrides:
- toString in class ActivityRecordBase