lmf.formula.csp.node
Class ACspChannelDefinition
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PDefinition
lmf.formula.csp.node.ACspChannelDefinition
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspChannelDefinition
- extends PDefinition
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspChannelDefinition
public ACspChannelDefinition()
ACspChannelDefinition
public ACspChannelDefinition(TChannel _channel_,
PChannelList _channelList_,
PTypeSpecifier _typeSpecifier_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getChannel
public TChannel getChannel()
setChannel
public void setChannel(TChannel node)
getChannelList
public PChannelList getChannelList()
setChannelList
public void setChannelList(PChannelList node)
getTypeSpecifier
public PTypeSpecifier getTypeSpecifier()
setTypeSpecifier
public void setTypeSpecifier(PTypeSpecifier node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object