public class AlgorithmTreeNode extends Object
| Constructor and Description |
|---|
AlgorithmTreeNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AlgorithmTreeNode node) |
void |
addLabel(StringValue label) |
AlgorithmRow |
getAlgorithmRow() |
List<AlgorithmTreeNode> |
getChildren() |
List<StringValue> |
getLabels() |
TableParserSpecificationBean |
getSpecification() |
String |
getSpecificationKeyword() |
void |
setAlgorithmRow(AlgorithmRow algorithmRow) |
void |
setSpecification(TableParserSpecificationBean specification) |
String |
toString() |
public void add(AlgorithmTreeNode node)
public void addLabel(StringValue label)
public AlgorithmRow getAlgorithmRow()
public List<AlgorithmTreeNode> getChildren()
public List<StringValue> getLabels()
public TableParserSpecificationBean getSpecification()
public String getSpecificationKeyword()
public void setAlgorithmRow(AlgorithmRow algorithmRow)
public void setSpecification(TableParserSpecificationBean specification)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.