org.gecode.explorer.DefaultNodeVisitor Class Reference
Inherits org.gecode.explorer.NodeVisitorInterface.Inherited by org.gecode.explorer.PostOrderNodeVisitor, and org.gecode.explorer.PreOrderNodeVisitor.
Detailed Description
Definition at line 4 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.explorer.DefaultNodeVisitor.DefaultNodeVisitor | ( | NodeCursorInterface | theCursor | ) |
Definition at line 8 of file DefaultNodeVisitor.java.
Member Function Documentation
| void org.gecode.explorer.DefaultNodeVisitor.setCursor | ( | NodeCursorInterface | theCursor | ) | [virtual] |
Implements org.gecode.explorer.NodeVisitorInterface.
Definition at line 12 of file DefaultNodeVisitor.java.
| NodeCursorInterface org.gecode.explorer.DefaultNodeVisitor.getCursor | ( | ) | [virtual] |
Implements org.gecode.explorer.NodeVisitorInterface.
Definition at line 16 of file DefaultNodeVisitor.java.
| abstract boolean org.gecode.explorer.DefaultNodeVisitor.next | ( | ) | [pure virtual] |
Implements org.gecode.explorer.NodeVisitorInterface.
Implemented in org.gecode.explorer.PostOrderNodeVisitor, and org.gecode.explorer.PreOrderNodeVisitor.
| void org.gecode.explorer.DefaultNodeVisitor.run | ( | ) |
Definition at line 22 of file DefaultNodeVisitor.java.
Member Data Documentation
Definition at line 6 of file DefaultNodeVisitor.java.
The documentation for this class was generated from the following file:
- org/gecode/explorer/DefaultNodeVisitor.java
