Uses of Class
wt.graph.ObjectGraphWalker

Packages that use ObjectGraphWalker
wt.graph   
 

Uses of ObjectGraphWalker in wt.graph
 

Fields in wt.graph declared as ObjectGraphWalker
private  ObjectGraphWalker AbstractObjectGraph.walkerImpl
           
 

Methods in wt.graph that return ObjectGraphWalker
 ObjectGraphWalker ObjectGraph.getWalkerImpl()
          Gets the object for the association that plays role: WALKER_IMPL.
 ObjectGraphWalker AbstractObjectGraph.getWalkerImpl()
          Gets the object for the association that plays role: WALKER_IMPL.
 

Methods in wt.graph with parameters of type ObjectGraphWalker
 void ObjectGraph.setWalkerImpl(ObjectGraphWalker a_WalkerImpl)
          Sets the object for the association that plays role: WALKER_IMPL.
 void AbstractObjectGraph.setWalkerImpl(ObjectGraphWalker a_WalkerImpl)
          Sets the object for the association that plays role: WALKER_IMPL.