toxTree.tree
Class MultiLabelDecisionNodesList

java.lang.Object
  extended by java.util.Observable
      extended by toxTree.tree.DecisionNodesList
          extended by toxTree.tree.MultiLabelDecisionNodesList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<IDecisionRule>, java.util.Collection<IDecisionRule>, java.util.List<IDecisionRule>, java.util.Observer, IDecisionRuleList, XMLSerializable

public class MultiLabelDecisionNodesList
extends DecisionNodesList

See Also:
Serialized Form

Field Summary
 
Fields inherited from class toxTree.tree.DecisionNodesList
list
 
Fields inherited from interface toxTree.core.XMLSerializable
xmltag_CATEGORIES, xmltag_CATEGORY, xmltag_CATEGORYTHRESHOLD, xmltag_CLASS, xmltag_EXPLANATION, xmltag_ID, xmltag_METHOD, xmltag_METHODPARAMETER, xmltag_METHODS, xmltag_NAME, xmltag_RULE, xmltag_RULEEXAMPLE, xmltag_RULES, xmltag_TREEROOT
 
Constructor Summary
MultiLabelDecisionNodesList()
           
MultiLabelDecisionNodesList(IDecisionCategories categories, java.lang.String[] customRules, int[][] transitions)
           
 
Method Summary
 void addRule(IDecisionRule rule)
           
 
Methods inherited from class toxTree.tree.DecisionNodesList
add, add, addAll, addAll, addNode, clear, contains, containsAll, equals, fromXML, get, getList, getNode, getRule, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeNode, retainAll, set, setList, setNode, setRules, setTransitions, size, subList, toArray, toArray, toShallowXML, toString, toXML, update
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiLabelDecisionNodesList

public MultiLabelDecisionNodesList()

MultiLabelDecisionNodesList

public MultiLabelDecisionNodesList(IDecisionCategories categories,
                                   java.lang.String[] customRules,
                                   int[][] transitions)
Method Detail

addRule

public void addRule(IDecisionRule rule)
Specified by:
addRule in interface IDecisionRuleList
Overrides:
addRule in class DecisionNodesList


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.