Uses of Interface
org.plasma.sdo.PlasmaDataGraphEventVisitor

Packages that use PlasmaDataGraphEventVisitor
org.plasma.sdo  
org.plasma.sdo.core   
 

Uses of PlasmaDataGraphEventVisitor in org.plasma.sdo
 

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

Uses of PlasmaDataGraphEventVisitor in org.plasma.sdo.core
 

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



Copyright © 2013. All Rights Reserved.