org.plasma.sdo
Class PlasmaDataLink
java.lang.Object
org.plasma.sdo.core.CoreEdge
org.plasma.sdo.PlasmaDataLink
- All Implemented Interfaces:
- Serializable, Edge, PlasmaEdge
public class PlasmaDataLink
- extends CoreEdge
- implements PlasmaEdge
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
left
protected PlasmaNode left
right
protected PlasmaNode right
PlasmaDataLink
public PlasmaDataLink(PlasmaNode left,
PlasmaNode right)
canTraverse
public boolean canTraverse(PlasmaNode fromNode)
- Specified by:
canTraverse in interface PlasmaEdge
getOpposite
public PlasmaNode getOpposite(PlasmaNode fromNode)
- Specified by:
getOpposite in interface PlasmaEdge
getLeft
public PlasmaNode getLeft()
- Specified by:
getLeft in interface PlasmaEdge
setLeft
public void setLeft(PlasmaNode left)
- Specified by:
setLeft in interface PlasmaEdge
getRight
public PlasmaNode getRight()
- Specified by:
getRight in interface PlasmaEdge
setRight
public void setRight(PlasmaNode right)
- Specified by:
setRight in interface PlasmaEdge
Copyright © 2014. All rights reserved.