public interface PlasmaNode extends Node
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PlasmaDataGraphEventVisitor visitor) |
void |
accept(PlasmaDataGraphVisitor visitor) |
void |
acceptDepthFirst(PlasmaDataGraphVisitor visitor) |
PlasmaDataObject |
getDataObject() |
List<PlasmaEdge> |
getEdges(PlasmaProperty property)
Returns a list of
edges associated with the given
property regardless of it's multiplicity. |
UUID |
getUUID() |
String |
getUUIDAsString() |
List<PlasmaEdge> getEdges(PlasmaProperty property)
edges associated with the given
property regardless of it's multiplicity.property - the propertyPlasmaEdgePlasmaDataObject getDataObject()
UUID getUUID()
String getUUIDAsString()
void accept(PlasmaDataGraphVisitor visitor)
void acceptDepthFirst(PlasmaDataGraphVisitor visitor)
void accept(PlasmaDataGraphEventVisitor visitor)
Copyright © 2021. All rights reserved.