|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||