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