eu.larkc.shared
Class SampleStringWorkflows

java.lang.Object
  extended by eu.larkc.shared.SampleStringWorkflows

public class SampleStringWorkflows
extends java.lang.Object

A collection of example workflows in string format for testing purposes.

Author:
norlan

Constructor Summary
SampleStringWorkflows()
           
 
Method Summary
static java.lang.String getSimpleWorkflow()
          Simple, linear workflow description.
static java.lang.String getWorkflowWithPushEndpoint()
          Simple, linear workflow description.
static java.lang.String getWorkflowWithSparqlEndpoint()
          Simple, linear workflow description.
static java.lang.String getWorkflowWithTestEndpoint()
          Simple, linear workflow description.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleStringWorkflows

public SampleStringWorkflows()
Method Detail

getSimpleWorkflow

public static java.lang.String getSimpleWorkflow()
Simple, linear workflow description. Describes a workflow consisting of three plug-ins.

Returns:
the workflow as a string

getWorkflowWithTestEndpoint

public static java.lang.String getWorkflowWithTestEndpoint()
Simple, linear workflow description. Describes a workflow consisting of three plug-ins and a test endpoint.

Returns:
the workflow as a string

getWorkflowWithPushEndpoint

public static java.lang.String getWorkflowWithPushEndpoint()
Simple, linear workflow description. Describes a workflow consisting of three plug-ins and a push endpoint.

Returns:
the workflow as a string

getWorkflowWithSparqlEndpoint

public static java.lang.String getWorkflowWithSparqlEndpoint()
Simple, linear workflow description. Describes a workflow consisting of three plug-ins and a SPARQL endpoint.

Returns:
the workflow as a string