|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scufl.Processor
nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor.APProcessor
public class APProcessor
The abstract processor is a processor that contains a set of input ports and output ports and a brief description what it should do If the processor has an alternate, it executes the alternate, otherwise it does nothing
| Field Summary |
|---|
| Fields inherited from interface org.embl.ebi.escience.scufl.IProcessor |
|---|
ENACTOR |
| Constructor Summary | |
|---|---|
APProcessor(ScuflModel model,
java.lang.String name)
Constructor of the abstract processor |
|
| Method Summary | |
|---|---|
java.util.Properties |
getProperties()
Method for getting the processor properties |
java.lang.String |
getTaskDescription()
Method for getting the task description |
void |
setTaskDescription(java.lang.String taskDescription)
Method for setting the task description |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public APProcessor(ScuflModel model,
java.lang.String name)
throws ProcessorCreationException,
DuplicateProcessorNameException
model - the model to which this processor belongs toname - the name of the processor
ProcessorCreationException - never happens
DuplicateProcessorNameException - if the processor already exists| Method Detail |
|---|
public void setTaskDescription(java.lang.String taskDescription)
taskDescription - the new task descriptionpublic java.lang.String getTaskDescription()
public java.util.Properties getProperties()
getProperties in interface IProcessorgetProperties in class Processor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||