org.safehaus.penrose.engine
Class DeleteGraphVisitor
java.lang.Object
org.safehaus.penrose.graph.GraphVisitor
org.safehaus.penrose.engine.DeleteGraphVisitor
- public class DeleteGraphVisitor
- extends GraphVisitor
- Author:
- Endi S. Dewata
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
engine
public Engine engine
partition
public Partition partition
entryMapping
public EntryMapping entryMapping
sourceValues
public AttributeValues sourceValues
DeleteGraphVisitor
public DeleteGraphVisitor(Engine engine,
Partition partition,
EntryMapping entryMapping,
AttributeValues sourceValues)
throws java.lang.Exception
visitNode
public void visitNode(GraphIterator graphIterator,
java.lang.Object node)
throws java.lang.Exception
- Overrides:
visitNode in class GraphVisitor
- Throws:
java.lang.Exception
getReturnCode
public int getReturnCode()
setReturnCode
public void setReturnCode(int returnCode)