toxTree.core
Interface IDecisionMethodsList

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List, java.io.Serializable
All Known Implementing Classes:
BatchDecisionResultsList, DecisionMethodsList, DecisionResultsList

public interface IDecisionMethodsList
extends java.util.List, java.io.Serializable

A list of IDecisionMethod instances

Author:
Nina Jeliazkova nina@acad.bg Modified 2005-10-18

Method Summary
 void addDecisionMethod(IDecisionMethod method)
           
 IDecisionMethod getMethod(int index)
           
 void setMethods(java.lang.String[] methods)
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

addDecisionMethod

void addDecisionMethod(IDecisionMethod method)

getMethod

IDecisionMethod getMethod(int index)

setMethods

void setMethods(java.lang.String[] methods)


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