| Package | Description |
|---|---|
| org.plasma.sdo | |
| org.plasma.sdo.core |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2021. All rights reserved.