Uses of Class
lmf.formula.csp.node.PBranchList

Packages that use PBranchList
lmf.formula.csp.node   
 

Uses of PBranchList in lmf.formula.csp.node
 

Subclasses of PBranchList in lmf.formula.csp.node
 class ACspBaseBranchList
           
 class ACspLinkedBranchList
           
 

Methods in lmf.formula.csp.node that return PBranchList
 PBranchList ACspSubtypeDefinition.getBranchList()
           
 PBranchList ACspDatatypeDefinition.getBranchList()
           
 PBranchList ACspLinkedBranchList.getNext()
           
 

Methods in lmf.formula.csp.node with parameters of type PBranchList
 void ACspSubtypeDefinition.setBranchList(PBranchList node)
           
 void ACspDatatypeDefinition.setBranchList(PBranchList node)
           
 void ACspLinkedBranchList.setNext(PBranchList node)
           
 

Constructors in lmf.formula.csp.node with parameters of type PBranchList
ACspDatatypeDefinition(TDatatype _datatype_, TName _name_, TDefs _defs_, PBranchList _branchList_)
           
ACspLinkedBranchList(PBranch _branch_, TBar _bar_, PBranchList _next_)
           
ACspSubtypeDefinition(TSubtype _subtype_, TName _name_, TDefs _defs_, PBranchList _branchList_)