public class CircusRecipe extends Recipe
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
INBROKERRECIPE
http://onto.cogchar.org/onto/201502/CircusRecipe_OWL2#hasInBrokerRecipe
|
static org.ontoware.rdf2go.model.node.URI[] |
MANAGED_URIS
All property-URIs with this class as domain.
|
static org.ontoware.rdf2go.model.node.URI |
OUTRECIPE
http://onto.cogchar.org/onto/201502/CircusRecipe_OWL2#hasOutRecipe
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://onto.cogchar.org/onto/201502/CircusRecipe_OWL2#CircusRecipe
|
INGHOSTRECIPEINGRAPHRECIPE, INPROPERTYNAMERECIPE, INQRYGRSETRECIPE, INRECIPE, INRULETEXTRECIPE, INSPARQLTEXTRECIPE, INSUBJECTNAMERECIPE, INTEXTRECIPE, INURIRECIPEDISJOINTWITH, IMPORTS, MAXCARDINALITY, RDATAPROP, ROBJPROP| Modifier | Constructor and Description |
|---|---|
|
CircusRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
CircusRecipe(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
CircusRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
CircusRecipe(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
CircusRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInBrokerRecipe(BrokerRecipe value)
Adds a value to property
InBrokerRecipe from an instance of BrokerRecipe. |
static void |
addInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
BrokerRecipe value)
Adds a value to property
InBrokerRecipe from an instance of BrokerRecipe. |
static void |
addInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
InBrokerRecipe as an RDF2Go Node. |
void |
addInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
InBrokerRecipe as an RDF2Go Node. |
static void |
addOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
OutRecipe as an RDF2Go Node. |
static void |
addOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Recipe value)
Adds a value to property
OutRecipe from an instance of Recipe. |
void |
addOutRecipe(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
OutRecipe as an RDF2Go Node. |
void |
addOutRecipe(Recipe value)
Adds a value to property
OutRecipe from an instance of Recipe. |
static void |
createInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteAllProperties(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Delete all triples
(this, *, *), i.e. |
static void |
deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Remove triple
(this, rdf:type, CircusRecipe) from this instance. |
org.ontoware.rdfreactor.runtime.ReactorResult<BrokerRecipe> |
getAllInBrokerRecipe_as()
Get all values of property
InBrokerRecipe as a ReactorResult of BrokerRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<BrokerRecipe> |
getAllInBrokerRecipe_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InBrokerRecipe as a ReactorResult of BrokerRecipe. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllInBrokerRecipe_asNode_()
Get all values of property
InBrokerRecipe as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllInBrokerRecipe_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InBrokerRecipe as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllInBrokerRecipe_asNode()
Get all values of property
InBrokerRecipe as an Iterator over RDF2Go nodes
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses. |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllInBrokerRecipe_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InBrokerRecipe as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<BrokerRecipe> |
getAllInBrokerRecipe()
Get all values of property
InBrokerRecipe. |
static org.ontoware.aifbcommons.collection.ClosableIterator<BrokerRecipe> |
getAllInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
InBrokerRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends CircusRecipe> |
getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllInstances(org.ontoware.rdf2go.model.Model model) |
org.ontoware.rdfreactor.runtime.ReactorResult<Recipe> |
getAllOutRecipe_as()
Get all values of property
OutRecipe as a ReactorResult of Recipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<Recipe> |
getAllOutRecipe_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
OutRecipe as a ReactorResult of Recipe. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllOutRecipe_asNode_()
Get all values of property
OutRecipe as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllOutRecipe_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
OutRecipe as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllOutRecipe_asNode()
Get all values of property
OutRecipe as an Iterator over RDF2Go nodes
Comment from schema: Identifies an output of a circus, of type given by the target recipe type. |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllOutRecipe_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
OutRecipe as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<Recipe> |
getAllOutRecipe()
Get all values of property
OutRecipe. |
static org.ontoware.aifbcommons.collection.ClosableIterator<Recipe> |
getAllOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
OutRecipe. |
static CircusRecipe |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
boolean |
hasInBrokerRecipe()
Check if
InBrokerRecipe has at least one value set. |
static boolean |
hasInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
InBrokerRecipe has at least one value set. |
static boolean |
hasInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
InBrokerRecipe has the given value (maybe among other values). |
boolean |
hasInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
Check if
InBrokerRecipe has the given value (maybe among other values). |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasOutRecipe()
Check if
OutRecipe has at least one value set. |
static boolean |
hasOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
OutRecipe has at least one value set. |
static boolean |
hasOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
OutRecipe has the given value (maybe among other values). |
boolean |
hasOutRecipe(org.ontoware.rdf2go.model.node.Node value)
Check if
OutRecipe has the given value (maybe among other values). |
void |
removeAllInBrokerRecipe()
Removes all values of property
InBrokerRecipe. |
static void |
removeAllInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
InBrokerRecipe. |
void |
removeAllOutRecipe()
Removes all values of property
OutRecipe. |
static void |
removeAllOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
OutRecipe. |
void |
removeInBrokerRecipe(BrokerRecipe value)
Removes a value of property
InBrokerRecipe given as an instance of BrokerRecipe. |
static void |
removeInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
BrokerRecipe value)
Removes a value of property
InBrokerRecipe given as an instance of BrokerRecipe. |
static void |
removeInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
InBrokerRecipe as an RDF2Go Node. |
void |
removeInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
InBrokerRecipe as an RDF2Go Node. |
static void |
removeOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
OutRecipe as an RDF2Go Node. |
static void |
removeOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Recipe value)
Removes a value of property
OutRecipe given as an instance of Recipe. |
void |
removeOutRecipe(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
OutRecipe as an RDF2Go Node. |
void |
removeOutRecipe(Recipe value)
Removes a value of property
OutRecipe given as an instance of Recipe. |
void |
setInBrokerRecipe(BrokerRecipe value)
Sets a value of property
InBrokerRecipe from an instance of BrokerRecipe. |
static void |
setInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
BrokerRecipe value)
Sets a value of property
InBrokerRecipe from an instance of BrokerRecipe. |
static void |
setInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
InBrokerRecipe from an RDF2Go Node. |
void |
setInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
InBrokerRecipe from an RDF2Go Node. |
static void |
setOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
OutRecipe from an RDF2Go Node. |
static void |
setOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Recipe value)
Sets a value of property
OutRecipe from an instance of Recipe. |
void |
setOutRecipe(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
OutRecipe from an RDF2Go Node. |
void |
setOutRecipe(Recipe value)
Sets a value of property
OutRecipe from an instance of Recipe. |
addInGhostRecipe, addInGhostRecipe, addInGhostRecipe, addInGhostRecipe, getAllInGhostRecipe_as, getAllInGhostRecipe_as, getAllInGhostRecipe_asNode_, getAllInGhostRecipe_asNode_, getAllInGhostRecipe_asNode, getAllInGhostRecipe_asNode, getAllInGhostRecipe, getAllInGhostRecipe, getAllInRecipe_Inverse_as, getAllInRecipe_Inverse, getAllInRecipe_Inverse, getAllOutRecipe_Inverse_as, getAllOutRecipe_Inverse, getAllOutRecipe_Inverse, hasInGhostRecipe, hasInGhostRecipe, hasInGhostRecipe, hasInGhostRecipe, removeAllInGhostRecipe, removeAllInGhostRecipe, removeInGhostRecipe, removeInGhostRecipe, removeInGhostRecipe, removeInGhostRecipe, setInGhostRecipe, setInGhostRecipe, setInGhostRecipe, setInGhostRecipeaddInGraphRecipe, addInGraphRecipe, addInGraphRecipe, addInGraphRecipe, addInPropertyNameRecipe, addInPropertyNameRecipe, addInPropertyNameRecipe, addInPropertyNameRecipe, addInQryGrSetRecipe, addInQryGrSetRecipe, addInQryGrSetRecipe, addInQryGrSetRecipe, addInRecipe, addInRecipe, addInRecipe, addInRecipe, addInRuleTextRecipe, addInRuleTextRecipe, addInRuleTextRecipe, addInRuleTextRecipe, addInSparqlTextRecipe, addInSparqlTextRecipe, addInSparqlTextRecipe, addInSparqlTextRecipe, addInSubjectNameRecipe, addInSubjectNameRecipe, addInSubjectNameRecipe, addInSubjectNameRecipe, addInTextRecipe, addInTextRecipe, addInTextRecipe, addInTextRecipe, addInUriRecipe, addInUriRecipe, addInUriRecipe, addInUriRecipe, getAllInGraphRecipe_as, getAllInGraphRecipe_as, getAllInGraphRecipe_asNode_, getAllInGraphRecipe_asNode_, getAllInGraphRecipe_asNode, getAllInGraphRecipe_asNode, getAllInGraphRecipe, getAllInGraphRecipe, getAllInPropertyNameRecipe_as, getAllInPropertyNameRecipe_as, getAllInPropertyNameRecipe_asNode_, getAllInPropertyNameRecipe_asNode_, getAllInPropertyNameRecipe_asNode, getAllInPropertyNameRecipe_asNode, getAllInPropertyNameRecipe, getAllInPropertyNameRecipe, getAllInQryGrSetRecipe_as, getAllInQryGrSetRecipe_as, getAllInQryGrSetRecipe_asNode_, getAllInQryGrSetRecipe_asNode_, getAllInQryGrSetRecipe_asNode, getAllInQryGrSetRecipe_asNode, getAllInQryGrSetRecipe, getAllInQryGrSetRecipe, getAllInRecipe_as, getAllInRecipe_as, getAllInRecipe_asNode_, getAllInRecipe_asNode_, getAllInRecipe_asNode, getAllInRecipe_asNode, getAllInRecipe, getAllInRecipe, getAllInRuleTextRecipe_as, getAllInRuleTextRecipe_as, getAllInRuleTextRecipe_asNode_, getAllInRuleTextRecipe_asNode_, getAllInRuleTextRecipe_asNode, getAllInRuleTextRecipe_asNode, getAllInRuleTextRecipe, getAllInRuleTextRecipe, getAllInSparqlTextRecipe_as, getAllInSparqlTextRecipe_as, getAllInSparqlTextRecipe_asNode_, getAllInSparqlTextRecipe_asNode_, getAllInSparqlTextRecipe_asNode, getAllInSparqlTextRecipe_asNode, getAllInSparqlTextRecipe, getAllInSparqlTextRecipe, getAllInSubjectNameRecipe_as, getAllInSubjectNameRecipe_as, getAllInSubjectNameRecipe_asNode_, getAllInSubjectNameRecipe_asNode_, getAllInSubjectNameRecipe_asNode, getAllInSubjectNameRecipe_asNode, getAllInSubjectNameRecipe, getAllInSubjectNameRecipe, getAllInTextRecipe_as, getAllInTextRecipe_as, getAllInTextRecipe_asNode_, getAllInTextRecipe_asNode_, getAllInTextRecipe_asNode, getAllInTextRecipe_asNode, getAllInTextRecipe, getAllInTextRecipe, getAllInUriRecipe_as, getAllInUriRecipe_as, getAllInUriRecipe_asNode_, getAllInUriRecipe_asNode_, getAllInUriRecipe_asNode, getAllInUriRecipe_asNode, getAllInUriRecipe, getAllInUriRecipe, hasInGraphRecipe, hasInGraphRecipe, hasInGraphRecipe, hasInGraphRecipe, hasInPropertyNameRecipe, hasInPropertyNameRecipe, hasInPropertyNameRecipe, hasInPropertyNameRecipe, hasInQryGrSetRecipe, hasInQryGrSetRecipe, hasInQryGrSetRecipe, hasInQryGrSetRecipe, hasInRecipe, hasInRecipe, hasInRecipe, hasInRecipe, hasInRuleTextRecipe, hasInRuleTextRecipe, hasInRuleTextRecipe, hasInRuleTextRecipe, hasInSparqlTextRecipe, hasInSparqlTextRecipe, hasInSparqlTextRecipe, hasInSparqlTextRecipe, hasInSubjectNameRecipe, hasInSubjectNameRecipe, hasInSubjectNameRecipe, hasInSubjectNameRecipe, hasInTextRecipe, hasInTextRecipe, hasInTextRecipe, hasInTextRecipe, hasInUriRecipe, hasInUriRecipe, hasInUriRecipe, hasInUriRecipe, removeAllInGraphRecipe, removeAllInGraphRecipe, removeAllInPropertyNameRecipe, removeAllInPropertyNameRecipe, removeAllInQryGrSetRecipe, removeAllInQryGrSetRecipe, removeAllInRecipe, removeAllInRecipe, removeAllInRuleTextRecipe, removeAllInRuleTextRecipe, removeAllInSparqlTextRecipe, removeAllInSparqlTextRecipe, removeAllInSubjectNameRecipe, removeAllInSubjectNameRecipe, removeAllInTextRecipe, removeAllInTextRecipe, removeAllInUriRecipe, removeAllInUriRecipe, removeInGraphRecipe, removeInGraphRecipe, removeInGraphRecipe, removeInGraphRecipe, removeInPropertyNameRecipe, removeInPropertyNameRecipe, removeInPropertyNameRecipe, removeInPropertyNameRecipe, removeInQryGrSetRecipe, removeInQryGrSetRecipe, removeInQryGrSetRecipe, removeInQryGrSetRecipe, removeInRecipe, removeInRecipe, removeInRecipe, removeInRecipe, removeInRuleTextRecipe, removeInRuleTextRecipe, removeInRuleTextRecipe, removeInRuleTextRecipe, removeInSparqlTextRecipe, removeInSparqlTextRecipe, removeInSparqlTextRecipe, removeInSparqlTextRecipe, removeInSubjectNameRecipe, removeInSubjectNameRecipe, removeInSubjectNameRecipe, removeInSubjectNameRecipe, removeInTextRecipe, removeInTextRecipe, removeInTextRecipe, removeInTextRecipe, removeInUriRecipe, removeInUriRecipe, removeInUriRecipe, removeInUriRecipe, setInGraphRecipe, setInGraphRecipe, setInGraphRecipe, setInGraphRecipe, setInPropertyNameRecipe, setInPropertyNameRecipe, setInPropertyNameRecipe, setInPropertyNameRecipe, setInQryGrSetRecipe, setInQryGrSetRecipe, setInQryGrSetRecipe, setInQryGrSetRecipe, setInRecipe, setInRecipe, setInRecipe, setInRecipe, setInRuleTextRecipe, setInRuleTextRecipe, setInRuleTextRecipe, setInRuleTextRecipe, setInSparqlTextRecipe, setInSparqlTextRecipe, setInSparqlTextRecipe, setInSparqlTextRecipe, setInSubjectNameRecipe, setInSubjectNameRecipe, setInSubjectNameRecipe, setInSubjectNameRecipe, setInTextRecipe, setInTextRecipe, setInTextRecipe, setInTextRecipe, setInUriRecipe, setInUriRecipe, setInUriRecipe, setInUriRecipeaddDisjointWith, addDisjointWith, addDisjointWith, addDisjointWith, addImports, addImports, addImports, addImports, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMaxCardinality, addRDataProp, addRDataProp, addRDataProp, addRDataProp, addRObjProp, addRObjProp, addRObjProp, addRObjProp, getAllDisjointWith_as, getAllDisjointWith_as, getAllDisjointWith_asNode_, getAllDisjointWith_asNode_, getAllDisjointWith_asNode, getAllDisjointWith_asNode, getAllDisjointWith_Inverse_as, getAllDisjointWith_Inverse, getAllDisjointWith_Inverse, getAllDisjointWith, getAllDisjointWith, getAllImports_as, getAllImports_as, getAllImports_asNode_, getAllImports_asNode_, getAllImports_asNode, getAllImports_asNode, getAllImports_Inverse_as, getAllImports_Inverse, getAllImports_Inverse, getAllImports, getAllImports, getAllMaxCardinality_as, getAllMaxCardinality_as, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode, getAllMaxCardinality_asNode, getAllMaxCardinality_Inverse_as, getAllMaxCardinality_Inverse, getAllMaxCardinality_Inverse, getAllMaxCardinality, getAllMaxCardinality, getAllRDataProp_as, getAllRDataProp_as, getAllRDataProp_asNode_, getAllRDataProp_asNode_, getAllRDataProp_asNode, getAllRDataProp_asNode, getAllRDataProp_Inverse_as, getAllRDataProp_Inverse, getAllRDataProp_Inverse, getAllRDataProp, getAllRDataProp, getAllRObjProp_as, getAllRObjProp_as, getAllRObjProp_asNode_, getAllRObjProp_asNode_, getAllRObjProp_asNode, getAllRObjProp_asNode, getAllRObjProp_Inverse_as, getAllRObjProp_Inverse, getAllRObjProp_Inverse, getAllRObjProp, getAllRObjProp, hasDisjointWith, hasDisjointWith, hasDisjointWith, hasDisjointWith, hasImports, hasImports, hasImports, hasImports, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasRDataProp, hasRDataProp, hasRDataProp, hasRDataProp, hasRObjProp, hasRObjProp, hasRObjProp, hasRObjProp, removeAllDisjointWith, removeAllDisjointWith, removeAllImports, removeAllImports, removeAllMaxCardinality, removeAllMaxCardinality, removeAllRDataProp, removeAllRDataProp, removeAllRObjProp, removeAllRObjProp, removeDisjointWith, removeDisjointWith, removeDisjointWith, removeDisjointWith, removeImports, removeImports, removeImports, removeImports, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeRDataProp, removeRDataProp, removeRDataProp, removeRDataProp, removeRObjProp, removeRObjProp, removeRObjProp, removeRObjProp, setDisjointWith, setDisjointWith, setDisjointWith, setDisjointWith, setImports, setImports, setImports, setImports, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMaxCardinality, setRDataProp, setRDataProp, setRDataProp, setRDataProp, setRObjProp, setRObjProp, setRObjProp, setRObjPropaddSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, getAllDomain_Inverse, getAllInstance_as, getAllRange_Inverse, getAllSubClassOf_as, getAllSubClassOf_as, getAllSubClassOf_asNode_, getAllSubClassOf_asNode_, getAllSubClassOf_asNode, getAllSubClassOf_asNode, getAllSubClassOf_Inverse, getAllSubClassOf, getAllSubClassOf, getAllType_Inverse, removeAllSubClassOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, setSubClassOf, setSubClassOf, setSubClassOf, setSubClassOfaddComment, addComment, addComment, addComment, addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addLabel, addLabel, addLabel, addLabel, addMember, addMember, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addType, addType, addValue, addValue, addValue, addValue, addValue, getAllComment_as, getAllComment_as, getAllComment_asNode_, getAllComment_asNode_, getAllComment_asNode, getAllComment_asNode, getAllComment, getAllComment, getAllFirst_Inverse, getAllIsDefinedBy_as, getAllIsDefinedBy_as, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_Inverse, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_as, getAllLabel_as, getAllLabel_asNode_, getAllLabel_asNode_, getAllLabel_asNode, getAllLabel_asNode, getAllLabel, getAllLabel, getAllMember_as, getAllMember_as, getAllMember_asNode_, getAllMember_asNode_, getAllMember_asNode, getAllMember_asNode, getAllMember_Inverse, getAllMember, getAllMember, getAllObject_Inverse, getAllPredicate_Inverse, getAllSeeAlso_as, getAllSeeAlso_as, getAllSeeAlso_asNode_, getAllSeeAlso_asNode_, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_Inverse, getAllSeeAlso, getAllSeeAlso, getAllSubject_Inverse, getAllType_as, getAllType_as, getAllType_asNode_, getAllType_asNode_, getAllType_asNode, getAllType_asNode, getAllType, getAllType, getAllValue_as, getAllValue_as, getAllValue_asNode_, getAllValue_asNode_, getAllValue_asNode, getAllValue_asNode, getAllValue_Inverse, getAllValue, getAllValue, removeAllComment, removeAllIsDefinedBy, removeAllLabel, removeAllMember, removeAllSeeAlso, removeAllType, removeAllValue, removeComment, removeComment, removeComment, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeLabel, removeLabel, removeLabel, removeMember, removeMember, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeType, removeType, removeType, removeType, removeValue, removeValue, removeValue, removeValue, setComment, setComment, setComment, setComment, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setLabel, setLabel, setLabel, setLabel, setMember, setMember, setMember, setMember, setSeeAlso, setSeeAlso, setSeeAlso, setSeeAlso, setType, setType, setType, setType, setValue, setValue, setValue, setValuepublic static final org.ontoware.rdf2go.model.node.URI RDFS_CLASS
public static final org.ontoware.rdf2go.model.node.URI INBROKERRECIPE
public static final org.ontoware.rdf2go.model.node.URI OUTRECIPE
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected CircusRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.semweb4j.orgclassURI - URI of RDFS classinstanceIdentifier - Resource that identifies this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c1]public CircusRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orginstanceIdentifier - an RDF2Go Resource identifying this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c2]public CircusRecipe(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
throws org.ontoware.rdf2go.exception.ModelRuntimeException
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orguriString - a URI given as a Stringwrite - if true, the statement (this, rdf:type, TYPE) is written to the modelorg.ontoware.rdf2go.exception.ModelRuntimeException - if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public CircusRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.BlankNode bnode,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orgbnode - BlankNode of this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c8]public CircusRecipe(org.ontoware.rdf2go.model.Model model,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orgwrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c9]public static CircusRecipe getInstance(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static void createInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class1]public static boolean hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static org.ontoware.rdfreactor.runtime.ReactorResult<? extends CircusRecipe> getAllInstances_as(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static void deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
(this, rdf:type, CircusRecipe) from this instance. Other triples are not affected.
To delete more, use deleteAllPropertiesmodel - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class4]public static void deleteAllProperties(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
(this, *, *), i.e. including rdf:type.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class5]public static boolean hasInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
InBrokerRecipe has at least one value set.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasInBrokerRecipe()
InBrokerRecipe has at least one value set.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.public static boolean hasInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe has the given value (maybe among other values).
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe has the given value (maybe among other values).
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.value - the value to be checkedpublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllInBrokerRecipe_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
InBrokerRecipe as an Iterator over RDF2Go nodes.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllInBrokerRecipe_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
InBrokerRecipe as a ReactorResult of RDF2Go nodes.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllInBrokerRecipe_asNode()
InBrokerRecipe as an Iterator over RDF2Go nodes
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.public org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllInBrokerRecipe_asNode_()
InBrokerRecipe as a ReactorResult of RDF2Go nodes.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.public static org.ontoware.aifbcommons.collection.ClosableIterator<BrokerRecipe> getAllInBrokerRecipe(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
InBrokerRecipe.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<BrokerRecipe> getAllInBrokerRecipe_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
InBrokerRecipe as a ReactorResult of BrokerRecipe.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<BrokerRecipe> getAllInBrokerRecipe()
InBrokerRecipe.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.public org.ontoware.rdfreactor.runtime.ReactorResult<BrokerRecipe> getAllInBrokerRecipe_as()
InBrokerRecipe as a ReactorResult of BrokerRecipe.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.public static void addInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe as an RDF2Go Node.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe as an RDF2Go Node.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
BrokerRecipe value)
InBrokerRecipe from an instance of BrokerRecipe.
Comment from schema: For bootstrap shenanigans and top level config - should not be referred to other than by a bootCircus, sysCircus, or similar.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addInBrokerRecipe(BrokerRecipe value)
InBrokerRecipe from an instance of BrokerRecipe.
Comment from schema: For bootstrap shenanigans and top level config - should not be referred to other than by a bootCircus, sysCircus, or similar.
[Generated from RDFReactor template rule #add4dynamic]public static void setInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
BrokerRecipe value)
InBrokerRecipe from an instance of BrokerRecipe.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: For bootstrap shenanigans and top level config - should not be referred to other than by a bootCircus, sysCircus, or similar.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setInBrokerRecipe(BrokerRecipe value)
InBrokerRecipe from an instance of BrokerRecipe.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: For bootstrap shenanigans and top level config - should not be referred to other than by a bootCircus, sysCircus, or similar.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe as an RDF2Go Node.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeInBrokerRecipe(org.ontoware.rdf2go.model.node.Node value)
InBrokerRecipe as an RDF2Go Node.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
BrokerRecipe value)
InBrokerRecipe given as an instance of BrokerRecipe.
Comment from schema: For bootstrap shenanigans and top level config - should not be referred to other than by a bootCircus, sysCircus, or similar.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeInBrokerRecipe(BrokerRecipe value)
InBrokerRecipe given as an instance of BrokerRecipe.
Comment from schema: For bootstrap shenanigans and top level config - should not be referred to other than by a bootCircus, sysCircus, or similar.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllInBrokerRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
InBrokerRecipe.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllInBrokerRecipe()
InBrokerRecipe.
Comment from schema: Instance data used only iby a meta-broker implementing bootstrap circuses.
Plain URI of the broker instance may be used to find the impl at runtime.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
OutRecipe has at least one value set.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasOutRecipe()
OutRecipe has at least one value set.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.public static boolean hasOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
OutRecipe has the given value (maybe among other values).
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasOutRecipe(org.ontoware.rdf2go.model.node.Node value)
OutRecipe has the given value (maybe among other values).
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.value - the value to be checkedpublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOutRecipe_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
OutRecipe as an Iterator over RDF2Go nodes.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllOutRecipe_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
OutRecipe as a ReactorResult of RDF2Go nodes.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllOutRecipe_asNode()
OutRecipe as an Iterator over RDF2Go nodes
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.public org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllOutRecipe_asNode_()
OutRecipe as a ReactorResult of RDF2Go nodes.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.public static org.ontoware.aifbcommons.collection.ClosableIterator<Recipe> getAllOutRecipe(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
OutRecipe.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<Recipe> getAllOutRecipe_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
OutRecipe as a ReactorResult of Recipe.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<Recipe> getAllOutRecipe()
OutRecipe.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.public org.ontoware.rdfreactor.runtime.ReactorResult<Recipe> getAllOutRecipe_as()
OutRecipe as a ReactorResult of Recipe.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.public static void addOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
OutRecipe as an RDF2Go Node.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addOutRecipe(org.ontoware.rdf2go.model.node.Node value)
OutRecipe as an RDF2Go Node.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Recipe value)
OutRecipe from an instance of Recipe.
Comment from schema: A recipe can be used to (repeatedly) produce the most current value for some slot, of some known type. The slot might be single valued or array valued (possibly ordered, possibly of growing size).
Usually recipes are constructed with reference to other input recipes, which is a shorthand to referring to the output of those recipes.
When a specific known chunk of data is desired as input, we use a Refer recipe to
point to some known MetaDir: resource.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addOutRecipe(Recipe value)
OutRecipe from an instance of Recipe.
Comment from schema: A recipe can be used to (repeatedly) produce the most current value for some slot, of some known type. The slot might be single valued or array valued (possibly ordered, possibly of growing size).
Usually recipes are constructed with reference to other input recipes, which is a shorthand to referring to the output of those recipes.
When a specific known chunk of data is desired as input, we use a Refer recipe to
point to some known MetaDir: resource.
[Generated from RDFReactor template rule #add4dynamic]public static void setOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
OutRecipe from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setOutRecipe(org.ontoware.rdf2go.model.node.Node value)
OutRecipe from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Recipe value)
OutRecipe from an instance of Recipe.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: A recipe can be used to (repeatedly) produce the most current value for some slot, of some known type. The slot might be single valued or array valued (possibly ordered, possibly of growing size).
Usually recipes are constructed with reference to other input recipes, which is a shorthand to referring to the output of those recipes.
When a specific known chunk of data is desired as input, we use a Refer recipe to
point to some known MetaDir: resource.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setOutRecipe(Recipe value)
OutRecipe from an instance of Recipe.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.
Comment from schema: A recipe can be used to (repeatedly) produce the most current value for some slot, of some known type. The slot might be single valued or array valued (possibly ordered, possibly of growing size).
Usually recipes are constructed with reference to other input recipes, which is a shorthand to referring to the output of those recipes.
When a specific known chunk of data is desired as input, we use a Refer recipe to
point to some known MetaDir: resource.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
OutRecipe as an RDF2Go Node.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeOutRecipe(org.ontoware.rdf2go.model.node.Node value)
OutRecipe as an RDF2Go Node.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Recipe value)
OutRecipe given as an instance of Recipe.
Comment from schema: A recipe can be used to (repeatedly) produce the most current value for some slot, of some known type. The slot might be single valued or array valued (possibly ordered, possibly of growing size).
Usually recipes are constructed with reference to other input recipes, which is a shorthand to referring to the output of those recipes.
When a specific known chunk of data is desired as input, we use a Refer recipe to
point to some known MetaDir: resource.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeOutRecipe(Recipe value)
OutRecipe given as an instance of Recipe.
Comment from schema: A recipe can be used to (repeatedly) produce the most current value for some slot, of some known type. The slot might be single valued or array valued (possibly ordered, possibly of growing size).
Usually recipes are constructed with reference to other input recipes, which is a shorthand to referring to the output of those recipes.
When a specific known chunk of data is desired as input, we use a Refer recipe to
point to some known MetaDir: resource.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllOutRecipe(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
OutRecipe.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllOutRecipe()
OutRecipe.
Comment from schema: Identifies an output of a circus, of type given by the target recipe type.
Only circus recipes may have outputs.
The circus result itself is then merely the aggregation of these potentially changing
outputs.
In software, we expect each such circus output to be visible as a result source,
which may be queried and evented on.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.