|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.container.visitor.Visitor<E>
E
- The type object.public abstract class Visitor<E>
Abstract class defining the general structure of a Visitor.
Constructor Summary | |
---|---|
protected |
Visitor()
Create the Visitor instance. |
Method Summary | |
---|---|
boolean |
isDone()
Determine if the visitor has completed its visit operation. |
abstract void |
visit(E o)
Visit the provided object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Visitor()
Method Detail |
---|
public abstract void visit(E o)
o
- The object to visit.public boolean isDone()
true
if the visit operation is complete,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |