Interface IProcessingUnit
-
- All Superinterfaces:
java.lang.Comparable<IProcessingUnit>
- All Known Implementing Classes:
ProcessingUnit
public interface IProcessingUnit extends java.lang.Comparable<IProcessingUnit>
The processing unit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Get the namejava.util.List<IParameterDefinition>getParameterDefinitionList()Get the parameter definition list
-
-
-
Method Detail
-
getName
java.lang.String getName()
Get the name- Returns:
- the name
-
getParameterDefinitionList
java.util.List<IParameterDefinition> getParameterDefinitionList()
Get the parameter definition list- Returns:
- the parameter definition list
-
-