Uses of Interface
eu.larkc.core.data.SetOfStatements

Packages that use SetOfStatements
eu.larkc.core.data LarKC Data Layer API 
eu.larkc.core.data.serialization   
eu.larkc.core.data.util LarKC Data Layer API utility class 
eu.larkc.core.data.workflow   
eu.larkc.core.endpoint.test   
eu.larkc.core.executor   
eu.larkc.core.executor.pipe   
eu.larkc.core.management   
eu.larkc.core.parallelization   
eu.larkc.core.pluginManager   
eu.larkc.core.pluginManager.local   
eu.larkc.core.pluginManager.remote.GAT   
eu.larkc.core.pluginManager.remote.Servlet.Tomcat   
eu.larkc.core.query LarKC Data Layer API 
eu.larkc.plugin   
eu.larkc.shared   
 

Uses of SetOfStatements in eu.larkc.core.data
 

Subinterfaces of SetOfStatements in eu.larkc.core.data
 interface DataSet
          SetOfStatements passed by references using a SPARQL dataset.
 interface LabelledGroupOfStatements
          SetOfStatements passed by reference using a temporary statement tag.
 interface RdfGraph
          Named RDF graph pass by value or reference.
 

Classes in eu.larkc.core.data that implement SetOfStatements
 class DataSetImpl
          Default implementation of a data set.
 class HTTPRemoteGraph
          HTTPRemoteGraph is RDF named graph passed by reference.
 class LabelledGroupOfStatementsImpl
           
 class RdfGraphBase
          This class is an abstract representation of RDF graph.
 class RdfGraphDataSet
           
 class RdfGraphInMemory
           
 class SetOfStatementsImpl
          This class is a in-memory set of RDF statements.
 

Methods in eu.larkc.core.data that return SetOfStatements
 SetOfStatements SPARQLEndpoint.executeConstruct(SPARQLQuery query)
          Executes CONSTRUCT or DESCRIBE query.
 SetOfStatements DataFactoryImpl.parseGraph(java.io.File file, java.lang.String nameSpace)
           
 SetOfStatements DataFactory.parseGraph(java.io.File file, java.lang.String nameSpace)
          TODO Describe the purpose of this method.
 SetOfStatements AttributeValueMap.toRDF()
          Get an RDF representation of the attribute/value map.
 SetOfStatements NaturalLanguageDocumentUrl.toRDF(SetOfStatements data)
           
 SetOfStatements HTTPRemoteGraph.toRDF(SetOfStatements data)
           
 SetOfStatements LabelledGroupOfStatementsImpl.toRDF(SetOfStatements data)
           
 SetOfStatements RdfGraphInMemory.toRDF(SetOfStatements data)
           
 SetOfStatements RdfGraphDataSet.toRDF(SetOfStatements data)
           
 SetOfStatements SetOfStatementsImpl.toRDF(SetOfStatements data)
           
 SetOfStatements PlainTextDocument.toRDF(SetOfStatements data)
           
 SetOfStatements VariableBindingImpl.toRDF(SetOfStatements data)
           
 SetOfStatements DataSetImpl.toRDF(SetOfStatements data)
           
 SetOfStatements XMLDocumentImpl.toRDF(SetOfStatements data)
           
 SetOfStatements InformationSet.toRDF(SetOfStatements data)
          Serializes this object to SetOfStatements.
 SetOfStatements BooleanInformationSetImpl.toRDF(SetOfStatements data)
           
 

Methods in eu.larkc.core.data with parameters of type SetOfStatements
 AttributeValueMap DataFactoryImpl.createAttributeValueList(SetOfStatements rdf)
           
 AttributeValueMap DataFactory.createAttributeValueList(SetOfStatements rdf)
          TODO Describe the purpose of this method.
 AttributeValueMap DataFactoryImpl.createAttributeValueList(SetOfStatements rdf, org.openrdf.model.URI invocationID)
          ------ Methods to handle arguments as Attribute/value lists.
 AttributeValueMap DataFactory.createAttributeValueList(SetOfStatements rdf, org.openrdf.model.URI invocationID)
          TODO Describe the purpose of this method.
 RdfGraph DataFactoryImpl.createRdfGraph(SetOfStatements rdf)
          NEW METHODS
 RdfGraph DataFactory.createRdfGraph(SetOfStatements rdf)
          Create RdfGraph from RDF data.
 RdfGraph DataFactoryImpl.createRdfGraph(SetOfStatements rdf, org.openrdf.model.URI invocationID)
           
 RdfGraph DataFactory.createRdfGraph(SetOfStatements rdf, org.openrdf.model.URI invocationID)
          Create RdfGraph from RDF data.
 SPARQLQuery DataFactoryImpl.createSPARQLQuery(SetOfStatements rdf)
           
 SPARQLQuery DataFactory.createSPARQLQuery(SetOfStatements rdf)
          Create SPARQLQuery from RDF data.
 SPARQLQuery DataFactoryImpl.createSPARQLQuery(SetOfStatements rdf, org.openrdf.model.URI invocationID)
           
 SPARQLQuery DataFactory.createSPARQLQuery(SetOfStatements rdf, org.openrdf.model.URI invocationID)
          Create SPARQLQuery from RDF data.
 VariableBinding DataFactoryImpl.createVariableBinding(SetOfStatements rdf)
           
 VariableBinding DataFactory.createVariableBinding(SetOfStatements rdf)
          TODO Describe the purpose of this method.
 VariableBinding DataFactoryImpl.createVariableBinding(SetOfStatements rdf, org.openrdf.model.URI invocationID)
           
 VariableBinding DataFactory.createVariableBinding(SetOfStatements rdf, org.openrdf.model.URI invocationID)
          TODO Describe the purpose of this method.
 VariableBindingBase DataFactoryImpl.createVariableBindingBase(SetOfStatements sts)
          TODO Gets VariableBindings for the SetOfStatements FIXME: This is using the cheating object store
 RdfGraph DataFactoryImpl.setNamedGraph(SetOfStatements input, org.openrdf.model.URI newName)
           
 RdfGraph DataFactory.setNamedGraph(SetOfStatements input, org.openrdf.model.URI newName)
          Sets the name of the graph for the given SetOfStatements.
 SetOfStatements NaturalLanguageDocumentUrl.toRDF(SetOfStatements data)
           
 SetOfStatements HTTPRemoteGraph.toRDF(SetOfStatements data)
           
 SetOfStatements LabelledGroupOfStatementsImpl.toRDF(SetOfStatements data)
           
 SetOfStatements RdfGraphInMemory.toRDF(SetOfStatements data)
           
 SetOfStatements RdfGraphDataSet.toRDF(SetOfStatements data)
           
 SetOfStatements SetOfStatementsImpl.toRDF(SetOfStatements data)
           
 SetOfStatements PlainTextDocument.toRDF(SetOfStatements data)
           
 SetOfStatements VariableBindingImpl.toRDF(SetOfStatements data)
           
 SetOfStatements DataSetImpl.toRDF(SetOfStatements data)
           
 SetOfStatements XMLDocumentImpl.toRDF(SetOfStatements data)
           
 SetOfStatements InformationSet.toRDF(SetOfStatements data)
          Serializes this object to SetOfStatements.
 SetOfStatements BooleanInformationSetImpl.toRDF(SetOfStatements data)
           
 

Uses of SetOfStatements in eu.larkc.core.data.serialization
 

Subinterfaces of SetOfStatements in eu.larkc.core.data.serialization
 interface Parameters
          Parameters is a helper type used to automate the serialization/deserialization of InformationSet to and from RDF data.
 

Methods in eu.larkc.core.data.serialization that return SetOfStatements
 SetOfStatements Parameters.toRDF(SetOfStatements data)
           
 

Methods in eu.larkc.core.data.serialization with parameters of type SetOfStatements
 SetOfStatements Parameters.toRDF(SetOfStatements data)
           
 

Uses of SetOfStatements in eu.larkc.core.data.util
 

Classes in eu.larkc.core.data.util that implement SetOfStatements
 class SetOfStatementsMerger
          SetOfStatementsMerger is an utility class to merge arbitrary sets of RDF data and to package them as LabelledGroupOfStatements that could be passed by value.
 

Methods in eu.larkc.core.data.util that return SetOfStatements
 SetOfStatements SPARQLQueryExecutor.executeConstruct(SPARQLQuery query, SetOfStatements rdf)
          Executes SPARQL CONSTRUCT or DESCRIBE query against arbitrary RDF data type.
 

Methods in eu.larkc.core.data.util with parameters of type SetOfStatements
 void SetOfStatementsMerger.add(SetOfStatements rdf)
          Adds a new RDF data to the current group
 boolean SPARQLQueryExecutor.executeAsk(SPARQLQuery query, SetOfStatements rdf)
          Executes SPARQL ASK query against arbitrary RDF data type.
 SetOfStatements SPARQLQueryExecutor.executeConstruct(SPARQLQuery query, SetOfStatements rdf)
          Executes SPARQL CONSTRUCT or DESCRIBE query against arbitrary RDF data type.
 VariableBinding SPARQLQueryExecutor.executeSelect(SPARQLQuery query, SetOfStatements rdf)
          Executes SPARQL SELECT query against arbitrary RDF data type.
 

Uses of SetOfStatements in eu.larkc.core.data.workflow
 

Methods in eu.larkc.core.data.workflow that return SetOfStatements
static SetOfStatements WorkflowDescription.getDeploymentDescriptionForPlugin(SetOfStatements workflowDescription, java.lang.String pluginID)
          This method extracts all deployment statements out of a workflow description that are relevant for a specific plugin.
static SetOfStatements WorkflowDescription.getQueryFromWorkflowDescription(SetOfStatements workflowDescription)
          This method extracts the query out of a workflow description
static SetOfStatements WorkflowDescription.getWorkflowParametersForPlugin(SetOfStatements workflowDescription, java.lang.String pluginID)
          This method extracts all statements out of a workflow description that are relevant for a specific plugin.
 

Methods in eu.larkc.core.data.workflow with parameters of type SetOfStatements
static org.jgrapht.graph.SimpleDirectedGraph<GraphNode,org.jgrapht.graph.DefaultEdge> WorkflowDescription.constructJGraphT(SetOfStatements workflowDescription)
          This method constructs a JGraphT out of a workflow description.
static boolean WorkflowDescription.containsQuery(SetOfStatements workflowDescription)
          This method checks if the workflow description contains a query.
static SetOfStatements WorkflowDescription.getDeploymentDescriptionForPlugin(SetOfStatements workflowDescription, java.lang.String pluginID)
          This method extracts all deployment statements out of a workflow description that are relevant for a specific plugin.
static java.util.Map<java.lang.String,EndpointNode> WorkflowDescription.getEndpoints(SetOfStatements workflowDescription)
          This method returns all endpoints that are specified in the workflow description.
static java.util.Map<java.lang.String,PipeNode> WorkflowDescription.getPipes(SetOfStatements workflowDescription)
          Extracts all pipes out of a workflow description and returns a map containing the IDs for the pipe and the corresponding pipe node object.
static SetOfStatements WorkflowDescription.getQueryFromWorkflowDescription(SetOfStatements workflowDescription)
          This method extracts the query out of a workflow description
static java.util.Map<java.lang.String,SinkNode> WorkflowDescription.getSinks(SetOfStatements workflowDescription)
          Extracts all sinks of the workflow description.
static java.util.Map<java.lang.String,SourceNode> WorkflowDescription.getSources(SetOfStatements workflowDescription)
          Extracts all sources of the workflow description.
static org.openrdf.model.Statement WorkflowDescription.getSpecificParameterFromPluginParameters(SetOfStatements pluginParameters, java.lang.String parameter)
          Method to extract one specific parameter out of plugin parameters.
static SetOfStatements WorkflowDescription.getWorkflowParametersForPlugin(SetOfStatements workflowDescription, java.lang.String pluginID)
          This method extracts all statements out of a workflow description that are relevant for a specific plugin.
 

Uses of SetOfStatements in eu.larkc.core.endpoint.test
 

Methods in eu.larkc.core.endpoint.test that return SetOfStatements
 SetOfStatements TestEndpointResource.getResults()
          Returns the results of the workflow.
 

Uses of SetOfStatements in eu.larkc.core.executor
 

Methods in eu.larkc.core.executor that return SetOfStatements
 SetOfStatements Executor.getNextResults()
          Returns the next results of the workflow.
 SetOfStatements Executor.getNextResults(int offset, int limit)
          Get the next x results.
 SetOfStatements Executor.getNextResults(java.lang.String pipeId)
          Returns the next results of the workflow.
 

Methods in eu.larkc.core.executor with parameters of type SetOfStatements
 void Executor.execute(SetOfStatements query)
          Execute the given workflow by invoking the plugins.
 void Executor.execute(SetOfStatements query, java.lang.String pipeId)
          Execute the given workflow by invoking the plugins.
 

Constructors in eu.larkc.core.executor with parameters of type SetOfStatements
Executor(SetOfStatements workflowDescription)
          Constructor.
 

Uses of SetOfStatements in eu.larkc.core.executor.pipe
 

Methods in eu.larkc.core.executor.pipe that return SetOfStatements
 SetOfStatements PipeInterface.getNextResults()
          Method to retrieve the next results from the workflow.
 SetOfStatements Pipe.getNextResults()
           
 SetOfStatements Sink.getNextResults()
          Returns the next results that the workflow produces.
 

Methods in eu.larkc.core.executor.pipe with parameters of type SetOfStatements
 void PipeInterface.execute(SetOfStatements query)
          Method to give the query to the source and execute the workflow.
 void Pipe.execute(SetOfStatements query)
           
 void Source.putQuery(SetOfStatements query)
          This method starts the execution of the workflow.
 

Method parameters in eu.larkc.core.executor.pipe with type arguments of type SetOfStatements
 void Source.setPipeInputQueue(Queue<SetOfStatements> inputQueue)
          Sets the input queue which is used to give the query to the workflow.
 void Sink.setPipeOutputQueue(Queue<SetOfStatements> outputQueue)
          Sets the output queue of the pipe.
 

Uses of SetOfStatements in eu.larkc.core.management
 

Methods in eu.larkc.core.management that return SetOfStatements
 SetOfStatements StamentCollectorRDFHandler.getSetOfStatements()
          Used to retrieve the collected statements as a SetOfStatement.
 

Uses of SetOfStatements in eu.larkc.core.parallelization
 

Methods in eu.larkc.core.parallelization that return SetOfStatements
 SetOfStatements MultiThreading.getSynchronizedResults()
          Allows for retrieving the synchronized results from all instances of the thread pool.
 SetOfStatements MultiThreadingImpl.getSynchronizedResults()
          Merges the individual outputs into a synchronized result set.
 

Method parameters in eu.larkc.core.parallelization with type arguments of type SetOfStatements
 void MultiThreading.invokeThreadPool(java.util.HashMap<java.util.List<Plugin>,SetOfStatements> pluginList)
          Invokes a thread pool for a particular list of plug-ins.
 void MultiThreadingImpl.invokeThreadPool(java.util.HashMap<java.util.List<Plugin>,SetOfStatements> pluginList)
          Invokes the parallel execution for a given set of plug-ins.
 

Uses of SetOfStatements in eu.larkc.core.pluginManager
 

Methods in eu.larkc.core.pluginManager that return types with arguments of type SetOfStatements
 java.util.List<Queue<SetOfStatements>> PluginManager.getInputQueues()
          This method returns the input queues of the manager.
 java.util.List<Queue<SetOfStatements>> PluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Method parameters in eu.larkc.core.pluginManager with type arguments of type SetOfStatements
 void PluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
          This method adds an input queue to the list of input queues.
 void PluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
          This method adds an output queue to the list of output queues.
 void PluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queues of the manager.
 void PluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Uses of SetOfStatements in eu.larkc.core.pluginManager.local
 

Methods in eu.larkc.core.pluginManager.local that return types with arguments of type SetOfStatements
 java.util.List<Queue<SetOfStatements>> LocalPluginManager.getInputQueues()
          This method returns the input queue of the manager.
 java.util.List<Queue<SetOfStatements>> LocalPluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Method parameters in eu.larkc.core.pluginManager.local with type arguments of type SetOfStatements
 void LocalPluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
           
 void LocalPluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
           
 void LocalPluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queue of the manager.
 void LocalPluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Constructor parameters in eu.larkc.core.pluginManager.local with type arguments of type SetOfStatements
LocalPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues)
          Constructor thats takes the input and output queues as input.
LocalPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues)
          Constructor thats takes the input and output queues as input.
 

Uses of SetOfStatements in eu.larkc.core.pluginManager.remote.GAT
 

Methods in eu.larkc.core.pluginManager.remote.GAT that return SetOfStatements
static SetOfStatements ResourceDescription.getDescriptionParametersForResource(SetOfStatements resourceDescription, java.lang.String resourceID)
          This method extracts all statements out of a resource description that are relevant for a specific resource.
static SetOfStatements ResourceDescription.getResourceDescriptionFromRdfFile(java.lang.String resourceID)
          This method extracts the resource description out of an .rdf file.
 

Methods in eu.larkc.core.pluginManager.remote.GAT that return types with arguments of type SetOfStatements
 java.util.List<Queue<SetOfStatements>> GatPluginManager.getInputQueues()
          This method returns the input queue of the manager.
 java.util.List<Queue<SetOfStatements>> GatPluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Methods in eu.larkc.core.pluginManager.remote.GAT with parameters of type SetOfStatements
static SetOfStatements ResourceDescription.getDescriptionParametersForResource(SetOfStatements resourceDescription, java.lang.String resourceID)
          This method extracts all statements out of a resource description that are relevant for a specific resource.
static GatResourceDescription ResourceDescription.getGatResourceDescriptionFromProperties(SetOfStatements resourceProperties)
          Creates a GatResourceDescription out of a SetOfStaments describing the resource
static JeeResourceDescription ResourceDescription.getJeeResourceDescriptionFromProperties(SetOfStatements resourceProperties)
          Creates a GatResourceDescription out of a SetOfStaments describing the resource
static org.openrdf.model.Statement ResourceDescription.getResourceTypeForResource(SetOfStatements resourceDescription, java.lang.String resourceID)
          Returns a statement containing the remote resource type (e.g.
 

Method parameters in eu.larkc.core.pluginManager.remote.GAT with type arguments of type SetOfStatements
 void GatPluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
           
 void GatPluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
           
 void GatPluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queue of the manager.
 void GatPluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Constructor parameters in eu.larkc.core.pluginManager.remote.GAT with type arguments of type SetOfStatements
GatPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, GatResourceDescription gatDescription)
          Constructor that takes the input and output queues as well as and the GatResourceDescription as input.
GatPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, GatResourceDescription gatDescription)
          Constructor that takes the input and output queues as well as and the GatResourceDescription as input.
 

Uses of SetOfStatements in eu.larkc.core.pluginManager.remote.Servlet.Tomcat
 

Methods in eu.larkc.core.pluginManager.remote.Servlet.Tomcat that return types with arguments of type SetOfStatements
 java.util.List<Queue<SetOfStatements>> JeePluginManager.getInputQueues()
          This method returns the input queue of the manager.
 java.util.List<Queue<SetOfStatements>> JeePluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Method parameters in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with type arguments of type SetOfStatements
 void JeePluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
           
 void JeePluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
           
 void JeePluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queue of the manager.
 void JeePluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Constructor parameters in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with type arguments of type SetOfStatements
JeePluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, JeeResourceDescription resource)
          Constructor thats takes the input and output queues as input.
JeePluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, JeeResourceDescription resource)
          Constructor thats takes the input and output queues as input.
 

Uses of SetOfStatements in eu.larkc.core.query
 

Classes in eu.larkc.core.query that implement SetOfStatements
 class GraphResultBase
          GraphResultBase is an abstract class to implement asynchronous streaming of RDF statements.
 class ORDIGraphResult
          ORDIGraphResult implements asynchronous RDF statement result reading from in-memory Sesame-compatible SPARQL endpoint.
 class RDFXMLGraphResult
           
 

Methods in eu.larkc.core.query that return SetOfStatements
 SetOfStatements RemoteSPARQLEndpoint.executeConstruct(SPARQLQuery query)
           
 SetOfStatements LocalStoreSPARQLService.executeConstruct(SPARQLQuery query)
           
 SetOfStatements Query.toRDF()
           
 SetOfStatements KeywordQueryImpl.toRDF()
           
 SetOfStatements SPARQLQueryImpl.toRDF()
           
 SetOfStatements VariableBindingBase.toRDF()
          Return an RDF representation of this object TODO:This should be fixed to really use RDF and not the CheatingInMemoryObjectStore
 SetOfStatements SPARQLQuery.toRDF()
          Returns an RDF representation of the query
 SetOfStatements TriplePatternQueryImpl.toRDF()
          Returns the RDF representation of this TriplePatternQuery as a SetOfStatements.
 SetOfStatements Query.toRDF(SetOfStatements data)
          Returns this query represented as a SetOfStatements
 SetOfStatements KeywordQueryImpl.toRDF(SetOfStatements data)
           
 SetOfStatements RDFXMLGraphResult.toRDF(SetOfStatements data)
           
 SetOfStatements SPARQLQueryImpl.toRDF(SetOfStatements data)
           
 SetOfStatements VariableBindingBase.toRDF(SetOfStatements data)
           
 SetOfStatements ORDIGraphResult.toRDF(SetOfStatements data)
           
 SetOfStatements TriplePatternQueryImpl.toRDF(SetOfStatements data)
           
 

Methods in eu.larkc.core.query with parameters of type SetOfStatements
 SetOfStatements Query.toRDF(SetOfStatements data)
          Returns this query represented as a SetOfStatements
 SetOfStatements KeywordQueryImpl.toRDF(SetOfStatements data)
           
 SetOfStatements RDFXMLGraphResult.toRDF(SetOfStatements data)
           
 SetOfStatements SPARQLQueryImpl.toRDF(SetOfStatements data)
           
 SetOfStatements VariableBindingBase.toRDF(SetOfStatements data)
           
 SetOfStatements ORDIGraphResult.toRDF(SetOfStatements data)
           
 SetOfStatements TriplePatternQueryImpl.toRDF(SetOfStatements data)
           
 

Uses of SetOfStatements in eu.larkc.plugin
 

Methods in eu.larkc.plugin that return SetOfStatements
 SetOfStatements Plugin.getPluginParameters()
          Getter.
 SetOfStatements Plugin.invoke(SetOfStatements input)
          Called by the plug-in manager.
 

Methods in eu.larkc.plugin with parameters of type SetOfStatements
 void Plugin.initialise(SetOfStatements workflowDescription, java.lang.String brokerUrl, java.lang.String[] topics)
          Called by the platform so that the plug-in can do any extra one-time initialisation after construction, but before invocation.
 SetOfStatements Plugin.invoke(SetOfStatements input)
          Called by the plug-in manager.
 

Uses of SetOfStatements in eu.larkc.shared
 

Methods in eu.larkc.shared that return SetOfStatements
static SetOfStatements SampleWorkflows.getMinimalWorkflowDescription()
          Minimal workflow description.
static SetOfStatements SampleWorkflows.getSimpleGatResourecDescription()
          Simple GAT resource description.
static SetOfStatements SampleWorkflows.getSimpleWorkflowDescription()
          Simple, linear workflow description.
static SetOfStatements SampleWorkflows.getSimpleWorkflowDescriptionWithDeploymentDescription()
          Simple, linear workflow description.
static SetOfStatements SampleWorkflows.getSimpleWorkflowDescriptionWithMultipleParametersPerPlugin()
          Simple, linear workflow description.
static SetOfStatements SampleWorkflows.getSimpleWorkflowDescriptionWithMultiplePipes()
          Workflow description that describes a workflow consisting of five plug-ins with two pipes.
static SetOfStatements SampleWorkflows.getSimpleWorkflowDescriptionWithParameters()
          Simple, linear workflow description.
static SetOfStatements SampleWorkflows.getSimpleWorkflowDescriptionWithPipe()
          Simple, linear workflow description.
static SetOfStatements SampleWorkflows.getSimpleWorkflowDescriptionWithPluginWithoutInput()
          Workflow description that describes a workflow consisting of three plug-ins with one plugin that does not have any input.
static SetOfStatements SampleWorkflows.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 SampleWorkflows.getWorkflowDescriptionWithCycles()
          Constructs a workflow containing cycles.
static SetOfStatements SampleWorkflows.getWorkflowDescriptionWithMultipleEndpoints()
          Constructs a workflow with multiple endpoints.
static SetOfStatements SampleWorkflows.getWorkflowDescriptionWithMultipleFirstPlugins()
          Constructs a workflow with multiple first plug-ins.
static SetOfStatements SampleWorkflows.getWorkflowDescriptionWithMultipleLastPlugins()
          Constructs a workflow with multiple last plug-ins.
static SetOfStatements SampleWorkflows.getWorkflowDescriptionWithMultiThreading()
          Constructs a workflow with one plugin which can be splitted.
static SetOfStatements SampleWorkflows.getWorkflowDescriptionWithSPARQLEndpoint()
          Constructs a workflow with a single SPARQL endpoint.
static SetOfStatements SampleWorkflows.getWorkflowDescriptionWithSplitsAndMerges()
          Constructs a workflow with splits and merges in it.
static SetOfStatements SampleWorkflows.spyrosSimpleWorkflowWithEmbeddedQuery()
          A very simple example workflow by Spyros with the query embedded.
static SetOfStatements SampleWorkflows.spyrosSimpleWorkflowWithEndpoint()
          A very simple example workflow by Spyros without the embedded query but with a SPARQL endpoint.
 

Methods in eu.larkc.shared with parameters of type SetOfStatements
static void RdfGraphUtils.assertStatementsInGraph(SetOfStatements graph, int expectedCount)
          The implementor of the method does not know whether it's a value or reference graph.
static java.util.Set<org.openrdf.model.Statement> SerializationHelper.convertToSet(SetOfStatements statements)
          Converts a eu.larkc.core.data.SetOfStatements to a java.util.Set<Statement>
static int RdfGraphUtils.getNumberOfStatementsViaSelectAll(DataFactory df, SetOfStatements graph)
          Retrieves the number of statements contained in the RDF graph graph as returned by SELECT * WHERE {?s ?p ?o} query.
static boolean RdfGraphUtils.isGraphContained(DataFactory df, SetOfStatements containedGraph, SetOfStatements largeGraph)
          Checks if containedGraph is contained in largeGraph.
static void SerializationHelper.printSetOfStatements(SetOfStatements statements, java.io.OutputStream outputStream, org.openrdf.rio.RDFFormat format)
          Prints the list of statements to the given output Stream.