Uses of Class
de.westemeyer.plugins.multiselect.MultiselectDecisionTree
Packages that use MultiselectDecisionTree
Package
Description
Main package for multiselect parameters plugin.
Parser package for multiselect parameter plugin.
-
Uses of MultiselectDecisionTree in de.westemeyer.plugins.multiselect
Methods in de.westemeyer.plugins.multiselect that return MultiselectDecisionTreeModifier and TypeMethodDescriptionMultiselectParameterDefinition.getDecisionTree()Get decision tree object containing all possible variable combinations.static MultiselectDecisionTreeConvenience method for parameterized unit tests.Methods in de.westemeyer.plugins.multiselect with parameters of type MultiselectDecisionTreeModifier and TypeMethodDescriptionvoidMultiselectParameterDefinition.setDecisionTree(MultiselectDecisionTree decisionTree) Set decision tree object containing all possible variable combinations.Constructors in de.westemeyer.plugins.multiselect with parameters of type MultiselectDecisionTreeModifierConstructorDescriptionMultiselectParameterDefinition(String name, String description, MultiselectDecisionTree decisionTree, MultiselectConfigurationFormat format) Create new parameter definition object. -
Uses of MultiselectDecisionTree in de.westemeyer.plugins.multiselect.parser
Methods in de.westemeyer.plugins.multiselect.parser that return MultiselectDecisionTreeModifier and TypeMethodDescriptionConfigParser.analyzeConfiguration(InputStream config) Analyse configuration and transform it into config tree.CsvParser.analyzeConfiguration(InputStream config) Analyze configuration string and transform it into a tree representation of values.MultiselectParameterParser.parseConfiguration(String input) Parse configuration string.Methods in de.westemeyer.plugins.multiselect.parser with parameters of type MultiselectDecisionTreeModifier and TypeMethodDescriptionvoidConfigSerialization.serialize(MultiselectDecisionTree decisionTree, OutputStream outputStream) Method is called by writing operation to write the job configuration to an output stream.voidCsvWriter.serialize(MultiselectDecisionTree decisionTree, OutputStream outputStream) Serialize a variable content tree as CSV text.