|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.shared.SampleWorkflows
public class SampleWorkflows
A collection of generated example workflows for testing purposes.
Constructor Summary | |
---|---|
SampleWorkflows()
|
Method Summary | |
---|---|
static SetOfStatements |
getMinimalWorkflowDescription()
Minimal workflow description. |
static SetOfStatements |
getSimpleGatResourecDescription()
Simple GAT resource description. |
static SetOfStatements |
getSimpleWorkflowDescription()
Simple, linear workflow description. |
static SetOfStatements |
getSimpleWorkflowDescriptionWithDeploymentDescription()
Simple, linear workflow description. |
static SetOfStatements |
getSimpleWorkflowDescriptionWithMultipleParametersPerPlugin()
Simple, linear workflow description. |
static SetOfStatements |
getSimpleWorkflowDescriptionWithMultiplePipes()
Workflow description that describes a workflow consisting of five plug-ins with two pipes. |
static SetOfStatements |
getSimpleWorkflowDescriptionWithParameters()
Simple, linear workflow description. |
static SetOfStatements |
getSimpleWorkflowDescriptionWithPipe()
Simple, linear workflow description. |
static SetOfStatements |
getSimpleWorkflowDescriptionWithPluginWithoutInput()
Workflow description that describes a workflow consisting of three plug-ins with one plugin that does not have any input. |
static SetOfStatements |
getSimpleWorkflowDescriptionWithWaitForTwoMergeBehavior()
Workflow description that describes a workflow consisting of five plug-ins and the last plug-in waits for two of the three inputs. |
static SetOfStatements |
getWorkflowDescriptionWithCycles()
Constructs a workflow containing cycles. |
static SetOfStatements |
getWorkflowDescriptionWithMultipleEndpoints()
Constructs a workflow with multiple endpoints. |
static SetOfStatements |
getWorkflowDescriptionWithMultipleFirstPlugins()
Constructs a workflow with multiple first plug-ins. |
static SetOfStatements |
getWorkflowDescriptionWithMultipleLastPlugins()
Constructs a workflow with multiple last plug-ins. |
static SetOfStatements |
getWorkflowDescriptionWithMultiThreading()
Constructs a workflow with one plugin which can be splitted. |
static SetOfStatements |
getWorkflowDescriptionWithSPARQLEndpoint()
Constructs a workflow with a single SPARQL endpoint. |
static SetOfStatements |
getWorkflowDescriptionWithSplitsAndMerges()
Constructs a workflow with splits and merges in it. |
static SetOfStatements |
spyrosSimpleWorkflowWithEmbeddedQuery()
A very simple example workflow by Spyros with the query embedded. |
static SetOfStatements |
spyrosSimpleWorkflowWithEndpoint()
A very simple example workflow by Spyros without the embedded query but with a SPARQL endpoint. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampleWorkflows()
Method Detail |
---|
public static SetOfStatements getMinimalWorkflowDescription()
public static SetOfStatements getSimpleWorkflowDescription()
public static SetOfStatements getSimpleWorkflowDescriptionWithParameters()
public static SetOfStatements getSimpleWorkflowDescriptionWithMultipleParametersPerPlugin()
public static SetOfStatements getWorkflowDescriptionWithMultipleLastPlugins()
public static SetOfStatements getWorkflowDescriptionWithMultipleFirstPlugins()
public static SetOfStatements getWorkflowDescriptionWithCycles()
public static SetOfStatements getWorkflowDescriptionWithSplitsAndMerges()
public static SetOfStatements getWorkflowDescriptionWithSPARQLEndpoint()
public static SetOfStatements getWorkflowDescriptionWithMultipleEndpoints()
public static SetOfStatements spyrosSimpleWorkflowWithEmbeddedQuery()
public static SetOfStatements spyrosSimpleWorkflowWithEndpoint()
public static SetOfStatements getWorkflowDescriptionWithMultiThreading()
public static SetOfStatements getSimpleWorkflowDescriptionWithPipe()
public static SetOfStatements getSimpleWorkflowDescriptionWithDeploymentDescription()
public static SetOfStatements getSimpleGatResourecDescription()
public static SetOfStatements getSimpleWorkflowDescriptionWithMultiplePipes()
public static SetOfStatements getSimpleWorkflowDescriptionWithPluginWithoutInput()
public static SetOfStatements getSimpleWorkflowDescriptionWithWaitForTwoMergeBehavior()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |