| Package | Description |
|---|---|
| org.cogchar.api.owrap.crcp |
| Modifier and Type | Class and Description |
|---|---|
class |
GRAppendable
Comment from schema: Any graph which may receive more triples is GR_Appendable, subtype of GR_Volatile.
|
class |
GRAppendableMonotonic
Comment from schema: A graph which may accept new triples, but may not delete or modify existing triples.
|
class |
GRCInfer
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRCInferJenaRules
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRCInferOwlLite
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRCInferRDFS
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRCInferSpinRules
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRCompute
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRCSparqlConstruct
Comment from schema: Applies input SPARQL{-text, -spinIndiv} to input graph to produce output graph.
|
class |
GRCUnion
Comment from schema: Combines any number of graphs from input recipes.
|
class |
GRFixed
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRLoad
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRModifiable
Comment from schema: Triples may be deleted or replaced (as well as added).
|
class |
GRMonotonic
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
GRRefer
Comment from schema: Instances of Refer may be used as variables with value in the :hasInputGraphPointer and :hasInputGraphPointerSet links.
|
class |
GRReleasedRef
Comment from schema: Recipe that contains a reference to a well known, released graph data version.
|
class |
GRVolatile
Comment from schema: A graph which may change in some way, after it is accessed for the first time.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphRecipe |
GraphRecipe.getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
| Modifier and Type | Method and Description |
|---|---|
org.ontoware.rdfreactor.runtime.ReactorResult<GraphRecipe> |
RThing.getAllInGraphRecipe_as()
Get all values of property
InGraphRecipe as a ReactorResult of GraphRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<GraphRecipe> |
RThing.getAllInGraphRecipe_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InGraphRecipe as a ReactorResult of GraphRecipe. |
org.ontoware.aifbcommons.collection.ClosableIterator<GraphRecipe> |
RThing.getAllInGraphRecipe()
Get all values of property
InGraphRecipe. |
static org.ontoware.aifbcommons.collection.ClosableIterator<GraphRecipe> |
RThing.getAllInGraphRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InGraphRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends GraphRecipe> |
GraphRecipe.getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
| Modifier and Type | Method and Description |
|---|---|
void |
RThing.addInGraphRecipe(GraphRecipe value)
Adds a value to property
InGraphRecipe from an instance of GraphRecipe. |
static void |
RThing.addInGraphRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
GraphRecipe value)
Adds a value to property
InGraphRecipe from an instance of GraphRecipe. |
void |
RThing.removeInGraphRecipe(GraphRecipe value)
Removes a value of property
InGraphRecipe given as an instance of GraphRecipe. |
static void |
RThing.removeInGraphRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
GraphRecipe value)
Removes a value of property
InGraphRecipe given as an instance of GraphRecipe. |
void |
RThing.setInGraphRecipe(GraphRecipe value)
Sets a value of property
InGraphRecipe from an instance of GraphRecipe. |
static void |
RThing.setInGraphRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
GraphRecipe value)
Sets a value of property
InGraphRecipe from an instance of GraphRecipe. |
Copyright © 2010-2016. All Rights Reserved.