public class PlasmaDataLink extends CoreEdge implements PlasmaEdge
| Modifier and Type | Field and Description |
|---|---|
protected PlasmaNode |
left |
protected PlasmaNode |
right |
| Constructor and Description |
|---|
PlasmaDataLink(PlasmaNode left,
PlasmaNode right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTraverse(PlasmaNode fromNode) |
PlasmaNode |
getLeft() |
PlasmaNode |
getOpposite(PlasmaNode fromNode) |
PlasmaNode |
getRight() |
void |
setLeft(PlasmaNode left) |
void |
setRight(PlasmaNode right) |
getDirection, setDirectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDirectionprotected PlasmaNode left
protected PlasmaNode right
public PlasmaDataLink(PlasmaNode left, PlasmaNode right)
public boolean canTraverse(PlasmaNode fromNode)
canTraverse in interface PlasmaEdgepublic PlasmaNode getOpposite(PlasmaNode fromNode)
getOpposite in interface PlasmaEdgepublic PlasmaNode getLeft()
getLeft in interface PlasmaEdgepublic void setLeft(PlasmaNode left)
setLeft in interface PlasmaEdgepublic PlasmaNode getRight()
getRight in interface PlasmaEdgepublic void setRight(PlasmaNode right)
setRight in interface PlasmaEdgeCopyright © 2017. All rights reserved.