Class ProcessingStepDefinition
java.lang.Object
es.uvigo.esei.sing.textproc.step.xml.definition.ProcessingStepDefinition
public final class ProcessingStepDefinition extends java.lang.Object
Models a processing step definition, suitable for marshalling and
unmarshalling using JAXB.
- Author:
- Alejandro González García
-
Constructor Summary
Constructors Constructor Description ProcessingStepDefinition()
-
Method Summary
Modifier and Type Method Description java.util.List<ProcessingStepParameter>
getParameters()
Retrieves the list of parameters given by the user for this step.
-
Constructor Details
-
Method Details
-
getParameters
Retrieves the list of parameters given by the user for this step.- Returns:
- The described list.
-