public class ProcessMethodImpl extends org.vast.data.AbstractSWEIdentifiableImpl implements ProcessMethod
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<AbstractAlgorithm> |
algorithmList |
Constructor and Description |
---|
ProcessMethodImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addAlgorithm(AbstractAlgorithm algorithm)
Adds a new algorithm property
|
java.util.List<AbstractAlgorithm> |
getAlgorithmList()
Gets the list of algorithm properties
|
int |
getNumAlgorithms()
Returns number of algorithm properties
|
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected java.util.ArrayList<AbstractAlgorithm> algorithmList
public java.util.List<AbstractAlgorithm> getAlgorithmList()
getAlgorithmList
in interface ProcessMethod
public int getNumAlgorithms()
getNumAlgorithms
in interface ProcessMethod
public void addAlgorithm(AbstractAlgorithm algorithm)
addAlgorithm
in interface ProcessMethod