toxTree.tree
Class DecisionNodesFactory

java.lang.Object
  extended by 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

Field Summary
protected  boolean multiLabel
           
 
Constructor Summary
DecisionNodesFactory()
           
DecisionNodesFactory(boolean multiLabel)
           
 
Method Summary
 DecisionNodesList createNodesList()
           
 DecisionNodesList createNodesList(IDecisionCategories classes, java.lang.String[] customRules, int[][] customTransitions)
           
 boolean isMultiLabel()
           
 void setMultiLabel(boolean multiLabel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

multiLabel

protected boolean multiLabel
Constructor Detail

DecisionNodesFactory

public DecisionNodesFactory()

DecisionNodesFactory

public DecisionNodesFactory(boolean multiLabel)
Method Detail

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.