Package org.openl.rules.tbasic
Class AlgorithmTreeNode
- java.lang.Object
-
- org.openl.rules.tbasic.AlgorithmTreeNode
-
public class AlgorithmTreeNode extends Object
-
-
Constructor Summary
Constructors Constructor Description AlgorithmTreeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(AlgorithmTreeNode node)voidaddLabel(StringValue label)AlgorithmRowgetAlgorithmRow()List<AlgorithmTreeNode>getChildren()List<StringValue>getLabels()TableParserSpecificationBeangetSpecification()StringgetSpecificationKeyword()voidsetAlgorithmRow(AlgorithmRow algorithmRow)voidsetSpecification(TableParserSpecificationBean specification)StringtoString()
-
-
-
Method Detail
-
add
public void add(AlgorithmTreeNode node)
-
addLabel
public void addLabel(StringValue label)
-
getAlgorithmRow
public AlgorithmRow getAlgorithmRow()
-
getChildren
public List<AlgorithmTreeNode> getChildren()
-
getLabels
public List<StringValue> getLabels()
-
getSpecification
public TableParserSpecificationBean getSpecification()
-
getSpecificationKeyword
public String getSpecificationKeyword()
-
setAlgorithmRow
public void setAlgorithmRow(AlgorithmRow algorithmRow)
-
setSpecification
public void setSpecification(TableParserSpecificationBean specification)
-
-