lmf.formula.csp.node
Class ACspProductionsSet
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PSet
lmf.formula.csp.node.ACspProductionsSet
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspProductionsSet
- extends PSet
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspProductionsSet
public ACspProductionsSet()
ACspProductionsSet
public ACspProductionsSet(TLProds _lProds_,
PEventList _eventList_,
TRProds _rProds_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLProds
public TLProds getLProds()
setLProds
public void setLProds(TLProds node)
getEventList
public PEventList getEventList()
setEventList
public void setEventList(PEventList node)
getRProds
public TRProds getRProds()
setRProds
public void setRProds(TRProds node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object