toxTree.tree
Class DecisionNodesFactory
java.lang.Object
toxTree.tree.DecisionNodesFactory
- All Implemented Interfaces:
- java.io.Serializable, IDecisionNodesFactory
public class DecisionNodesFactory
- extends java.lang.Object
- implements IDecisionNodesFactory, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
multiLabel
protected boolean multiLabel
DecisionNodesFactory
public DecisionNodesFactory()
DecisionNodesFactory
public DecisionNodesFactory(boolean multiLabel)
createNodesList
public DecisionNodesList createNodesList()
- Specified by:
createNodesList
in interface IDecisionNodesFactory
createNodesList
public DecisionNodesList createNodesList(IDecisionCategories classes,
java.lang.String[] customRules,
int[][] customTransitions)
throws DecisionMethodException
- Specified by:
createNodesList
in interface IDecisionNodesFactory
- Throws:
DecisionMethodException
isMultiLabel
public boolean isMultiLabel()
setMultiLabel
public void setMultiLabel(boolean multiLabel)
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.