public class JenaIngestWorkflowProcessor extends Object
| Constructor and Description |
|---|
JenaIngestWorkflowProcessor(com.hp.hpl.jena.ontology.Individual workflowInd,
com.hp.hpl.jena.rdf.model.ModelMaker modelMaker) |
| Modifier and Type | Method and Description |
|---|---|
List<com.hp.hpl.jena.ontology.Individual> |
getWorkflowSteps(com.hp.hpl.jena.ontology.Individual startingWorkflowStep) |
void |
run() |
void |
run(com.hp.hpl.jena.ontology.Individual startingWorkflowStep)
Runs the workflow
|
public JenaIngestWorkflowProcessor(com.hp.hpl.jena.ontology.Individual workflowInd,
com.hp.hpl.jena.rdf.model.ModelMaker modelMaker)
public void run()
public void run(com.hp.hpl.jena.ontology.Individual startingWorkflowStep)
public List<com.hp.hpl.jena.ontology.Individual> getWorkflowSteps(com.hp.hpl.jena.ontology.Individual startingWorkflowStep)
Copyright © 2016. All rights reserved.