|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kwfgrid.gwes.workflowgenerator.WorkflowGenerator
public abstract class WorkflowGenerator
Abstract class to be extended to implement workflow generators.
| Field Summary | |
|---|---|
protected net.kwfgrid.gworkflowdl.structure.Workflow |
workflow
The workflow object. |
protected String |
workflowType
The type of the workflow, e.g., "GWorkflowDL version 2.1". |
| Constructor Summary | |
|---|---|
protected |
WorkflowGenerator(String description)
Constructor that generates an empty workflow with a specific description. |
| Method Summary | |
|---|---|
net.kwfgrid.gworkflowdl.structure.Workflow |
getWorkflow()
Get the workflow object. |
String |
getWorkflowID()
Get the workflow identifier. |
String |
getWorkflowType()
Get the type of the workflow, e.g., "GWorkflowDL version 2.1". |
String |
getXML()
Convert the generated workflow to XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final net.kwfgrid.gworkflowdl.structure.Workflow workflow
protected final String workflowType
| Constructor Detail |
|---|
protected WorkflowGenerator(String description)
super(description) in all constructors that extend this abstract class.
description - The human-readable workflow description.| Method Detail |
|---|
public net.kwfgrid.gworkflowdl.structure.Workflow getWorkflow()
public String getWorkflowType()
public String getWorkflowID()
public String getXML()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||