lmf.formula.csp.node
Class ACspLink
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PLink
lmf.formula.csp.node.ACspLink
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspLink
- extends PLink
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspLink
public ACspLink()
ACspLink
public ACspLink(PChannel _leftChannel_,
TLink _link_,
PChannel _rightChannel_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLeftChannel
public PChannel getLeftChannel()
setLeftChannel
public void setLeftChannel(PChannel node)
getLink
public TLink getLink()
setLink
public void setLink(TLink node)
getRightChannel
public PChannel getRightChannel()
setRightChannel
public void setRightChannel(PChannel node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object