org.plasma.sdo
Class PlasmaDataLink

java.lang.Object
  extended by org.plasma.sdo.core.CoreEdge
      extended by org.plasma.sdo.PlasmaDataLink
All Implemented Interfaces:
Serializable, Edge, PlasmaEdge

public class PlasmaDataLink
extends CoreEdge
implements PlasmaEdge

See Also:
Serialized Form

Field Summary
protected  PlasmaNode left
           
protected  PlasmaNode right
           
 
Fields inherited from class org.plasma.sdo.core.CoreEdge
direction, weight
 
Constructor Summary
PlasmaDataLink(PlasmaNode left, PlasmaNode right)
           
 
Method Summary
 boolean canTraverse(PlasmaNode fromNode)
           
 PlasmaNode getLeft()
           
 PlasmaNode getOpposite(PlasmaNode fromNode)
           
 PlasmaNode getRight()
           
 void setLeft(PlasmaNode left)
           
 void setRight(PlasmaNode right)
           
 
Methods inherited from class org.plasma.sdo.core.CoreEdge
getDirection, setDirection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.plasma.sdo.core.Edge
getDirection
 

Field Detail

left

protected PlasmaNode left

right

protected PlasmaNode right
Constructor Detail

PlasmaDataLink

public PlasmaDataLink(PlasmaNode left,
                      PlasmaNode right)
Method Detail

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.