toxTree.tree
Class DecisionResultsList
java.lang.Object
java.util.Observable
toxTree.tree.DecisionMethodsList
toxTree.tree.DecisionResultsList
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.Observer, IDecisionMethodsList, XMLSerializable
- Direct Known Subclasses:
- BatchDecisionResultsList
public class DecisionResultsList
- extends DecisionMethodsList
- implements java.util.Observer
- See Also:
- Serialized Form
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 |
Methods inherited from class toxTree.tree.DecisionMethodsList |
add, add, addAll, addAll, clear, contains, containsAll, fromXML, get, getList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllFromPlugins, loadFromPlugins, removeAll, retainAll, set, setList, setMethods, size, subList, toArray, toArray, toShallowXML, toXML |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
equals, hashCode |
DecisionResultsList
public DecisionResultsList()
addDecisionMethod
public void addDecisionMethod(IDecisionMethod method)
- Specified by:
addDecisionMethod
in interface IDecisionMethodsList
- Overrides:
addDecisionMethod
in class DecisionMethodsList
getMethod
public IDecisionMethod getMethod(int index)
- Specified by:
getMethod
in interface IDecisionMethodsList
- Overrides:
getMethod
in class DecisionMethodsList
getResult
public IDecisionResult getResult(int index)
update
public void update(java.util.Observable arg0,
java.lang.Object arg1)
- Specified by:
update
in interface java.util.Observer
remove
public java.lang.Object remove(int arg0)
- Specified by:
remove
in interface java.util.List
- Overrides:
remove
in class DecisionMethodsList
remove
public boolean remove(java.lang.Object arg0)
- Specified by:
remove
in interface java.util.Collection
- Specified by:
remove
in interface java.util.List
- Overrides:
remove
in class DecisionMethodsList
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.