| Package | Description |
|---|---|
| org.plasma.sdo | |
| org.plasma.sdo.core |
| Modifier and Type | Field and Description |
|---|---|
protected PlasmaNode |
PlasmaDataLink.left |
protected PlasmaNode |
PlasmaDataLink.right |
| Modifier and Type | Method and Description |
|---|---|
PlasmaNode |
PlasmaEdge.getLeft() |
PlasmaNode |
PlasmaDataLink.getLeft() |
PlasmaNode |
PlasmaEdge.getOpposite(PlasmaNode fromNode) |
PlasmaNode |
PlasmaDataLink.getOpposite(PlasmaNode fromNode) |
PlasmaNode |
PlasmaEdge.getRight() |
PlasmaNode |
PlasmaDataLink.getRight() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlasmaEdge.canTraverse(PlasmaNode fromNode) |
boolean |
PlasmaDataLink.canTraverse(PlasmaNode fromNode) |
PlasmaNode |
PlasmaEdge.getOpposite(PlasmaNode fromNode) |
PlasmaNode |
PlasmaDataLink.getOpposite(PlasmaNode fromNode) |
void |
PlasmaEdge.setLeft(PlasmaNode left) |
void |
PlasmaDataLink.setLeft(PlasmaNode left) |
void |
PlasmaEdge.setRight(PlasmaNode right) |
void |
PlasmaDataLink.setRight(PlasmaNode right) |
| Constructor and Description |
|---|
PlasmaDataLink(PlasmaNode left,
PlasmaNode right) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreDataObject
A data object is a representation of some structured data.
|
class |
CoreNode |
Copyright © 2021. All rights reserved.