lmf.formula.csp.node
Class ACspLinkedDefinitionList

java.lang.Object
  extended by lmf.formula.csp.node.Node
      extended by lmf.formula.csp.node.PDefinitionList
          extended by lmf.formula.csp.node.ACspLinkedDefinitionList
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ACspLinkedDefinitionList
extends PDefinitionList


Constructor Summary
ACspLinkedDefinitionList()
           
ACspLinkedDefinitionList(PDefinition _definition_, PDefinitionList _next_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PDefinition getDefinition()
           
 PDefinitionList getNext()
           
 void setDefinition(PDefinition node)
           
 void setNext(PDefinitionList node)
           
 java.lang.String toString()
           
 
Methods inherited from class lmf.formula.csp.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACspLinkedDefinitionList

public ACspLinkedDefinitionList()

ACspLinkedDefinitionList

public ACspLinkedDefinitionList(PDefinition _definition_,
                                PDefinitionList _next_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getDefinition

public PDefinition getDefinition()

setDefinition

public void setDefinition(PDefinition node)

getNext

public PDefinitionList getNext()

setNext

public void setNext(PDefinitionList node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object