lmf.formula.csp.node
Class ACspSubtypeDefinition

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

public final class ACspSubtypeDefinition
extends PDefinition


Constructor Summary
ACspSubtypeDefinition()
           
ACspSubtypeDefinition(TSubtype _subtype_, TName _name_, TDefs _defs_, PBranchList _branchList_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PBranchList getBranchList()
           
 TDefs getDefs()
           
 TName getName()
           
 TSubtype getSubtype()
           
 void setBranchList(PBranchList node)
           
 void setDefs(TDefs node)
           
 void setName(TName node)
           
 void setSubtype(TSubtype 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

ACspSubtypeDefinition

public ACspSubtypeDefinition()

ACspSubtypeDefinition

public ACspSubtypeDefinition(TSubtype _subtype_,
                             TName _name_,
                             TDefs _defs_,
                             PBranchList _branchList_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getSubtype

public TSubtype getSubtype()

setSubtype

public void setSubtype(TSubtype node)

getName

public TName getName()

setName

public void setName(TName node)

getDefs

public TDefs getDefs()

setDefs

public void setDefs(TDefs node)

getBranchList

public PBranchList getBranchList()

setBranchList

public void setBranchList(PBranchList node)

toString

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