public static class CombinedCondition.CombinedConditionParameterSet extends AbstractTerminationCondition.AbstractTerminationConditionParameterSet
CombinedCondition.ParameterSet.ParameterListerrorMessage, parameters, parent| Constructor and Description |
|---|
CombinedCondition.CombinedConditionParameterSet()
This constructor creates an empty parameter set.
|
CombinedCondition.CombinedConditionParameterSet(int threshold,
AbstractTerminationCondition[] condition)
This constructor creates a filled instance of a parameters set.
|
CombinedCondition.CombinedConditionParameterSet(StringBuffer xml)
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceComment()
Returns a comment (a textual description) of the class that can be
constructed using this
ParameterSet. |
String |
getInstanceName()
Returns the name of an instance of the class that can be constructed
using this
ParameterSet. |
clonefromXML, getInstance, getInstanceClass, toXMLfromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxypublic CombinedCondition.CombinedConditionParameterSet()
throws Exception
Exception - if some error occurspublic CombinedCondition.CombinedConditionParameterSet(StringBuffer xml) throws NonParsableException
Storable.
Constructs an CombinedCondition.CombinedConditionParameterSet out of an XML representation.xml - the XML representation as StringBufferNonParsableException - if the CombinedCondition.CombinedConditionParameterSet could not be
reconstructed out of the StringBuffer
representationpublic CombinedCondition.CombinedConditionParameterSet(int threshold,
AbstractTerminationCondition[] condition)
throws Exception
threshold - the number of conditions that has to be fulfilledcondition - the individual conditions for stopping the algorithmException - if the CombinedCondition.CombinedConditionParameterSet could not be createdpublic String getInstanceComment()
InstanceParameterSetParameterSet.getInstanceComment in class InstanceParameterSet<AbstractTerminationCondition>public String getInstanceName()
InstanceParameterSetParameterSet.getInstanceName in class InstanceParameterSet<AbstractTerminationCondition>