| Package | Description |
|---|---|
| org.plasma.sdo | |
| org.plasma.sdo.access.provider.common | |
| org.plasma.sdo.core | |
| org.plasma.sdo.core.collector | |
| org.plasma.sdo.helper |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataObjectCommitCollector
Compares its two data-objects for order within the context of data-store
commit operations.
|
class |
ModifiedObjectCollector |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
SourceNodeCollector
Visits an entire data graph, searching for data objects which have link(s) to
the given target data object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataGraphCopyVisitor
Creates a copy of any arbitrary DataGraph.
|
Copyright © 2021. All rights reserved.