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


Fields inherited from class edu.mit.ai.psg.traveler.ActivityRecordBase
parent
 
Constructor Summary
SynchronizationRecordDefault.Exit()
           
 
Method Summary
 SynchronizationRecord.Entry getEntry()
          get corresponding entry from parent
 String toString()
          subclasses must provide a print string
 
Methods inherited from class edu.mit.ai.psg.traveler.ActivityRecordBase
addChild, addThreadedChild, cloneObject, ensureListValue, finished, getChildren, getChildrenInThread, getParent, getProperty, getThreadedChildren, isFinished, putProperty, removeProperty, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronizationRecordDefault.Exit

public SynchronizationRecordDefault.Exit()
Method Detail

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

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu