Class ValueConstructionHelper
- java.lang.Object
-
- de.westemeyer.plugins.multiselect.parser.ValueConstructionHelper
-
public class ValueConstructionHelper extends Object
Value construction helper is not strictly necessary to construct DecisionTree. But it helps creating the tree without the need to keep a map inside the parameter values themselves.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MultiselectDecisionItem>
createItemList()
Create item list from lookup table.MultiselectDecisionItem
getDecisionItem()
Get decision item.String
toString()
-
-
-
Method Detail
-
getDecisionItem
public MultiselectDecisionItem getDecisionItem()
Get decision item.- Returns:
- decision item
-
createItemList
public List<MultiselectDecisionItem> createItemList()
Create item list from lookup table.- Returns:
- list of child elements
-
-