edu.mit.ai.psg.traveler
Class StringRecord
java.lang.Object
|
+--edu.mit.ai.psg.traveler.ActivityRecordBase
|
+--edu.mit.ai.psg.traveler.StringRecord
- public class StringRecord
- extends ActivityRecordBase
Activity record for inserting a descriptive string into the record,
e.g., for human browsing. Useful for inserting print-statement like
strings into the trace records while debugging.
| Methods inherited from class edu.mit.ai.psg.traveler.ActivityRecordBase |
addChild,
addThreadedChild,
cloneObject,
ensureListValue,
finished,
getChildren,
getChildrenInThread,
getParent,
getProperty,
getThreadedChildren,
isFinished,
putProperty,
removeProperty,
setParent |
StringRecord
public StringRecord(String string)
toString
public String toString()
- Description copied from class: ActivityRecordBase
- subclasses must provide a print string
- Overrides:
- toString in class ActivityRecordBase
setString
public void setString(String newString)