Uses of Interface
org.plasma.sdo.PlasmaDataGraphVisitor

Packages that use PlasmaDataGraphVisitor
org.plasma.sdo  
org.plasma.sdo.access.provider.common   
org.plasma.sdo.core   
org.plasma.sdo.helper   
 

Uses of PlasmaDataGraphVisitor in org.plasma.sdo
 

Subinterfaces of PlasmaDataGraphVisitor in org.plasma.sdo
 interface PathAssembler
          A graph visitor which stores a list of candidate paths from the root data-object to the given target data-object and return the minimum (least hops) path or set of paths as SDO compliant path-strings.
 

Methods in org.plasma.sdo with parameters of type PlasmaDataGraphVisitor
 void PlasmaNode.accept(PlasmaDataGraphVisitor visitor)
           
 void PlasmaDataObject.accept(PlasmaDataGraphVisitor visitor)
          Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
 void PlasmaDataGraph.accept(PlasmaDataGraphVisitor visitor)
          Begin breadth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
 void PlasmaDataObject.accept(PlasmaDataGraphVisitor visitor, int maxLevel)
          Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
 void PlasmaNode.acceptDepthFirst(PlasmaDataGraphVisitor visitor)
           
 void PlasmaDataObject.acceptDepthFirst(PlasmaDataGraphVisitor visitor)
          Begin depth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
 void PlasmaDataGraph.acceptDepthFirst(PlasmaDataGraphVisitor visitor)
          Begin depth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
 

Uses of PlasmaDataGraphVisitor in org.plasma.sdo.access.provider.common
 

Classes in org.plasma.sdo.access.provider.common that implement PlasmaDataGraphVisitor
 class DataObjectCommitCollector
          Compares its two data-objects for order within the context of data-store commit operations.
 class ModifiedObjectCollector
           
 

Uses of PlasmaDataGraphVisitor in org.plasma.sdo.core
 

Classes in org.plasma.sdo.core that implement PlasmaDataGraphVisitor
 class ContainmentGraphCollector
          Visits a data graph from a given source/root, collecting the source and any contained nodes from the source which are part of the contiguous containment hierarchy.
 class CorePathAssembler
          A graph visitor which assembles and stores a list of candidate paths from the root data-object to the given target data-object and returns the minimum (least hops) path or set of paths as SDO path-strings.
 

Methods in org.plasma.sdo.core with parameters of type PlasmaDataGraphVisitor
 void CoreDataObject.accept(PlasmaDataGraphVisitor visitor)
          Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
 void CoreDataGraph.accept(PlasmaDataGraphVisitor visitor)
          Begin breadth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
 void CoreDataObject.accept(PlasmaDataGraphVisitor visitor, int maxLevel)
          Begin breadth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
 void CoreDataObject.acceptDepthFirst(PlasmaDataGraphVisitor visitor)
          Begin depth-first traversal of a DataGraph with this DataObject as the graph root, the given visitor receiving "visit" events for each graph node traversed.
 void CoreDataGraph.acceptDepthFirst(PlasmaDataGraphVisitor visitor)
          Begin depth-first traversal of this DataGraph, the given visitor receiving "visit" events for each graph node traversed.
 

Uses of PlasmaDataGraphVisitor in org.plasma.sdo.helper
 

Classes in org.plasma.sdo.helper that implement PlasmaDataGraphVisitor
 class DataGraphCopyVisitor
          Creates a copy of any arbitrary DataGraph.
 



Copyright © 2014. All rights reserved.