|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umich.visualsoar.util.Visitor | +--edu.umich.visualsoar.util.DoNothingVisitor
This class follows the visitor pattern it is based on Object-Oriented Design patterns in C++, later converted to Java This class is pretty worthless, but it is used to simplify garbage collection in Soar Working Memory
Constructor Summary | |
DoNothingVisitor()
|
Method Summary | |
void |
visit(java.lang.Object o)
|
Methods inherited from class edu.umich.visualsoar.util.Visitor |
isDone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoNothingVisitor()
Method Detail |
public void visit(java.lang.Object o)
visit
in class Visitor
|
Java 2 Platform v1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |