| Package | Description |
|---|---|
| org.cogchar.api.owrap.crcp |
| Modifier and Type | Class and Description |
|---|---|
class |
URColumn
Comment from schema: Expects to pull URI value from a column of a Matrix, e.g.
|
class |
URText
Comment from schema: Expect to construct a URI from some text produced by a TextRecipe.
|
| Modifier and Type | Method and Description |
|---|---|
static UriRecipe |
UriRecipe.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<UriRecipe> |
RThing.getAllInPropertyNameRecipe_as()
Get all values of property
InPropertyNameRecipe as a ReactorResult of UriRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<UriRecipe> |
RThing.getAllInPropertyNameRecipe_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InPropertyNameRecipe as a ReactorResult of UriRecipe. |
org.ontoware.aifbcommons.collection.ClosableIterator<UriRecipe> |
RThing.getAllInPropertyNameRecipe()
Get all values of property
InPropertyNameRecipe. |
static org.ontoware.aifbcommons.collection.ClosableIterator<UriRecipe> |
RThing.getAllInPropertyNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InPropertyNameRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends UriRecipe> |
UriRecipe.getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
org.ontoware.rdfreactor.runtime.ReactorResult<UriRecipe> |
RThing.getAllInSubjectNameRecipe_as()
Get all values of property
InSubjectNameRecipe as a ReactorResult of UriRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<UriRecipe> |
RThing.getAllInSubjectNameRecipe_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InSubjectNameRecipe as a ReactorResult of UriRecipe. |
org.ontoware.aifbcommons.collection.ClosableIterator<UriRecipe> |
RThing.getAllInSubjectNameRecipe()
Get all values of property
InSubjectNameRecipe. |
static org.ontoware.aifbcommons.collection.ClosableIterator<UriRecipe> |
RThing.getAllInSubjectNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InSubjectNameRecipe. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RThing.addInPropertyNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
UriRecipe value)
Adds a value to property
InPropertyNameRecipe from an instance of UriRecipe. |
void |
RThing.addInPropertyNameRecipe(UriRecipe value)
Adds a value to property
InPropertyNameRecipe from an instance of UriRecipe. |
static void |
RThing.addInSubjectNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
UriRecipe value)
Adds a value to property
InSubjectNameRecipe from an instance of UriRecipe. |
void |
RThing.addInSubjectNameRecipe(UriRecipe value)
Adds a value to property
InSubjectNameRecipe from an instance of UriRecipe. |
static void |
RThing.removeInPropertyNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
UriRecipe value)
Removes a value of property
InPropertyNameRecipe given as an instance of UriRecipe. |
void |
RThing.removeInPropertyNameRecipe(UriRecipe value)
Removes a value of property
InPropertyNameRecipe given as an instance of UriRecipe. |
static void |
RThing.removeInSubjectNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
UriRecipe value)
Removes a value of property
InSubjectNameRecipe given as an instance of UriRecipe. |
void |
RThing.removeInSubjectNameRecipe(UriRecipe value)
Removes a value of property
InSubjectNameRecipe given as an instance of UriRecipe. |
static void |
RThing.setInPropertyNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
UriRecipe value)
Sets a value of property
InPropertyNameRecipe from an instance of UriRecipe. |
void |
RThing.setInPropertyNameRecipe(UriRecipe value)
Sets a value of property
InPropertyNameRecipe from an instance of UriRecipe. |
static void |
RThing.setInSubjectNameRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
UriRecipe value)
Sets a value of property
InSubjectNameRecipe from an instance of UriRecipe. |
void |
RThing.setInSubjectNameRecipe(UriRecipe value)
Sets a value of property
InSubjectNameRecipe from an instance of UriRecipe. |
Copyright © 2010-2016. All Rights Reserved.