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


Fields inherited from class edu.mit.ai.psg.traveler.ActivityRecordBase
parent
 
Constructor Summary
SynchronizationRecordDefault.Entry()
           
 
Method Summary
 SynchronizationRecord.Exit getExit()
          get corresponding exit 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.Entry

public SynchronizationRecordDefault.Entry()
Method Detail

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

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu