org.gecode.gist.DefaultNodeVisitor Class Reference
Inherits org.gecode.gist.NodeVisitorInterface.Inherited by org.gecode.gist.PostOrderNodeVisitor, and org.gecode.gist.PreOrderNodeVisitor.
List of all members.
Detailed Description
Definition at line 5 of file DefaultNodeVisitor.java.
Public Member Functions | |
| DefaultNodeVisitor (NodeCursorInterface theCursor) | |
| void | setCursor (NodeCursorInterface theCursor) |
| NodeCursorInterface | getCursor () |
| abstract boolean | next () |
| void | run () |
Protected Attributes | |
| NodeCursorInterface | cursor |
Constructor & Destructor Documentation
| org.gecode.gist.DefaultNodeVisitor.DefaultNodeVisitor | ( | NodeCursorInterface | theCursor | ) |
Definition at line 9 of file DefaultNodeVisitor.java.
Member Function Documentation
| void org.gecode.gist.DefaultNodeVisitor.setCursor | ( | NodeCursorInterface | theCursor | ) | [virtual] |
Implements org.gecode.gist.NodeVisitorInterface.
Definition at line 13 of file DefaultNodeVisitor.java.
| NodeCursorInterface org.gecode.gist.DefaultNodeVisitor.getCursor | ( | ) | [virtual] |
Implements org.gecode.gist.NodeVisitorInterface.
Definition at line 17 of file DefaultNodeVisitor.java.
| abstract boolean org.gecode.gist.DefaultNodeVisitor.next | ( | ) | [pure virtual] |
Implements org.gecode.gist.NodeVisitorInterface.
Implemented in org.gecode.gist.PostOrderNodeVisitor, and org.gecode.gist.PreOrderNodeVisitor.
| void org.gecode.gist.DefaultNodeVisitor.run | ( | ) |
Definition at line 23 of file DefaultNodeVisitor.java.
Member Data Documentation
Definition at line 7 of file DefaultNodeVisitor.java.
The documentation for this class was generated from the following file:
- org/gecode/gist/DefaultNodeVisitor.java
