Uses of Package
wt.graph.template

Packages that use wt.graph.template
wt.graph   
wt.graph.processor   
wt.graph.template   
wt.transfer.filter   
wt.visitor Defines theĀ navigator/visitor design pattern for usingĀ a Walker (at one time it used a Navigator, instead of a Walker) and a NodeExpander, which together traverse a structure of objects, and a Visitor, which does something when we navigate to the object; this separates the algorithm for navigating from the algorithm for visiting, allowing more reuse; factories support selection of Walkers and Visitors. 
 

Classes in wt.graph.template used by wt.graph
ObjectGraphTemplate
          Provides a top-level abstraction of an object graph template.
 

Classes in wt.graph.template used by wt.graph.processor
ObjectGraphTemplate
          Provides a top-level abstraction of an object graph template.
 

Classes in wt.graph.template used by wt.graph.template
AbstractObjectGraphEdgeTemplate
          Provides a value-add "basic" implementation of an object graph edge abstraction.
AbstractObjectGraphNodeTemplate
          Provides a value-add "basic" implementation of an object graph node abstraction.
AbstractObjectGraphTemplate
          Provides a value-add "basic" implementation of an object graph template abstraction.
ObjectGraphEdgeTemplate
          Provides a top-level abstraction of an edge template in an object graph template.
ObjectGraphEdgeTemplateFactory
          

Supported API: false

Extendable: false
ObjectGraphNodeTemplate
          Provides a top-level abstraction of a node template in an object graph template.
ObjectGraphNodeTemplateFactory
          

Supported API: false

Extendable: false
ObjectGraphTemplate
          Provides a top-level abstraction of an object graph template.
ObjectGraphTemplateFactory
          

Supported API: false

Extendable: false
ObjectPrototypeImage
          

Supported API: false

Extendable: false
TheObjectGraphTemplateRoot
          

Supported API: false

Extendable: false
 

Classes in wt.graph.template used by wt.transfer.filter
AbstractObjectGraphEdgeTemplate
          Provides a value-add "basic" implementation of an object graph edge abstraction.
AbstractObjectGraphNodeTemplate
          Provides a value-add "basic" implementation of an object graph node abstraction.
AbstractObjectGraphTemplate
          Provides a value-add "basic" implementation of an object graph template abstraction.
ObjectGraphEdgeTemplate
          Provides a top-level abstraction of an edge template in an object graph template.
ObjectGraphNodeTemplate
          Provides a top-level abstraction of a node template in an object graph template.
ObjectGraphTemplate
          Provides a top-level abstraction of an object graph template.
 

Classes in wt.graph.template used by wt.visitor
ObjectGraphTemplate
          Provides a top-level abstraction of an object graph template.