wt.graph.processor
Class PreliminaryProcessingVisitor

java.lang.Object
  extended bywt.visitor.CompositeVisitor
      extended bywt.graph.ObjectGraphCallback
          extended bywt.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

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.visitor.CompositeVisitor
 
Constructor Summary
PreliminaryProcessingVisitor()
           
 
Methods inherited from class wt.graph.ObjectGraphCallback
visit, visitLevel, visitLevel
 
Methods inherited from class wt.visitor.CompositeVisitor
addVisitor, getVisitors, removeVisitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

PreliminaryProcessingVisitor

public PreliminaryProcessingVisitor()