wt.graph.processor
Class PreliminaryProcessingVisitor
java.lang.Object
wt.visitor.CompositeVisitor
wt.graph.ObjectGraphCallback
wt.graph.processor.PreliminaryProcessingVisitor
- All Implemented Interfaces:
- Serializable, Visitor
- public class PreliminaryProcessingVisitor
- extends ObjectGraphCallback
- implements Serializable
Tentative class to allow the creation of an ObjectGraph from an ObjectGraphTemplate.
The ObjectGraphNodes would have appropriate exclusions set based on
the Template's exclusions. THIS IS TENTATIVE BECAUSE THE TEMPLATE'S
newGraph(object) MAY RETURN A FULLY POPULATED OBJECT GRAPH, IN WHICH
CASE THIS VISITOR IS UNNECESSARY.
Visitor uses Template's Nodes and Edges to create corresponding Nodes
and Edges in the ObjectGraph.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
PreliminaryProcessingVisitor
public PreliminaryProcessingVisitor()