public class CsBuildableSceneSpec extends CsTopCsThing
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
CSBEHAVIOR
http://www.cogchar.org/schema/scene#behavior
|
static org.ontoware.rdf2go.model.node.URI |
CSCHANNEL
http://www.cogchar.org/schema/scene#channel
|
static org.ontoware.rdf2go.model.node.URI[] |
MANAGED_URIS
All property-URIs with this class as domain.
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://www.cogchar.org/schema/scene#BuildableSceneSpec
|
CSTOPCSOBJPROPCCRTSOURCEMODEL, CCRTTOPCCRTOBJPROP, CSCHANFILTER, CSFIRESTHINGACTION, CSOUTPUTTAGRAPH, CSTAGUARD, CSTEXT, CSTOPCSDATAPROP, CSWAITFORCHAN, CSWAITFOREND, CSWAITFORSTART| Modifier | Constructor and Description |
|---|---|
|
CsBuildableSceneSpec(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.
|
|
CsBuildableSceneSpec(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
CsBuildableSceneSpec(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.
|
|
CsBuildableSceneSpec(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 |
CsBuildableSceneSpec(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 |
addCsbehavior(CsBuildableBehaviorSpec value)
Adds a value to property
Csbehavior from an instance of CsBuildableBehaviorSpec. |
static void |
addCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableBehaviorSpec value)
Adds a value to property
Csbehavior from an instance of CsBuildableBehaviorSpec. |
static void |
addCsbehavior(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
Csbehavior as an RDF2Go Node. |
void |
addCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Csbehavior as an RDF2Go Node. |
void |
addCschannel(CsBuildableChannelSpec value)
Adds a value to property
Cschannel from an instance of CsBuildableChannelSpec. |
static void |
addCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableChannelSpec value)
Adds a value to property
Cschannel from an instance of CsBuildableChannelSpec. |
static void |
addCschannel(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
Cschannel as an RDF2Go Node. |
void |
addCschannel(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Cschannel as an RDF2Go Node. |
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, CsBuildableSceneSpec) from this instance. |
org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableBehaviorSpec> |
getAllCsbehavior_as()
Get all values of property
Csbehavior as a ReactorResult of CsBuildableBehaviorSpec. |
static org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableBehaviorSpec> |
getAllCsbehavior_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Csbehavior as a ReactorResult of CsBuildableBehaviorSpec. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllCsbehavior_asNode_()
Get all values of property
Csbehavior as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllCsbehavior_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Csbehavior as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllCsbehavior_asNode()
Get all values of property
Csbehavior as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllCsbehavior_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Csbehavior as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableBehaviorSpec> |
getAllCsbehavior()
Get all values of property
Csbehavior. |
static org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableBehaviorSpec> |
getAllCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Csbehavior. |
org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableChannelSpec> |
getAllCschannel_as()
Get all values of property
Cschannel as a ReactorResult of CsBuildableChannelSpec. |
static org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableChannelSpec> |
getAllCschannel_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Cschannel as a ReactorResult of CsBuildableChannelSpec. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllCschannel_asNode_()
Get all values of property
Cschannel as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllCschannel_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Cschannel as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllCschannel_asNode()
Get all values of property
Cschannel as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllCschannel_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Cschannel as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableChannelSpec> |
getAllCschannel()
Get all values of property
Cschannel. |
static org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableChannelSpec> |
getAllCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Cschannel. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends CsBuildableSceneSpec> |
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) |
static CsBuildableSceneSpec |
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 |
hasCsbehavior()
Check if
Csbehavior has at least one value set. |
static boolean |
hasCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
Csbehavior has at least one value set. |
static boolean |
hasCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
Csbehavior has the given value (maybe among other values). |
boolean |
hasCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Check if
Csbehavior has the given value (maybe among other values). |
boolean |
hasCschannel()
Check if
Cschannel has at least one value set. |
static boolean |
hasCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
Cschannel has at least one value set. |
static boolean |
hasCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
Cschannel has the given value (maybe among other values). |
boolean |
hasCschannel(org.ontoware.rdf2go.model.node.Node value)
Check if
Cschannel has the given value (maybe among other values). |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
void |
removeAllCsbehavior()
Removes all values of property
Csbehavior. |
static void |
removeAllCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
Csbehavior. |
void |
removeAllCschannel()
Removes all values of property
Cschannel. |
static void |
removeAllCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
Cschannel. |
void |
removeCsbehavior(CsBuildableBehaviorSpec value)
Removes a value of property
Csbehavior given as an instance of CsBuildableBehaviorSpec. |
static void |
removeCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableBehaviorSpec value)
Removes a value of property
Csbehavior given as an instance of CsBuildableBehaviorSpec. |
static void |
removeCsbehavior(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
Csbehavior as an RDF2Go Node. |
void |
removeCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Csbehavior as an RDF2Go Node. |
void |
removeCschannel(CsBuildableChannelSpec value)
Removes a value of property
Cschannel given as an instance of CsBuildableChannelSpec. |
static void |
removeCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableChannelSpec value)
Removes a value of property
Cschannel given as an instance of CsBuildableChannelSpec. |
static void |
removeCschannel(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
Cschannel as an RDF2Go Node. |
void |
removeCschannel(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Cschannel as an RDF2Go Node. |
void |
setCsbehavior(CsBuildableBehaviorSpec value)
Sets a value of property
Csbehavior from an instance of CsBuildableBehaviorSpec. |
static void |
setCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableBehaviorSpec value)
Sets a value of property
Csbehavior from an instance of CsBuildableBehaviorSpec. |
static void |
setCsbehavior(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
Csbehavior from an RDF2Go Node. |
void |
setCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Csbehavior from an RDF2Go Node. |
void |
setCschannel(CsBuildableChannelSpec value)
Sets a value of property
Cschannel from an instance of CsBuildableChannelSpec. |
static void |
setCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableChannelSpec value)
Sets a value of property
Cschannel from an instance of CsBuildableChannelSpec. |
static void |
setCschannel(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
Cschannel from an RDF2Go Node. |
void |
setCschannel(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Cschannel from an RDF2Go Node. |
addCstopCsObjProp, addCstopCsObjProp, addCstopCsObjProp, addCstopCsObjProp, getAllCstopCsObjProp_as, getAllCstopCsObjProp_as, getAllCstopCsObjProp_asNode_, getAllCstopCsObjProp_asNode_, getAllCstopCsObjProp_asNode, getAllCstopCsObjProp_asNode, getAllCstopCsObjProp, getAllCstopCsObjProp, hasCstopCsObjProp, hasCstopCsObjProp, hasCstopCsObjProp, hasCstopCsObjProp, removeAllCstopCsObjProp, removeAllCstopCsObjProp, removeCstopCsObjProp, removeCstopCsObjProp, removeCstopCsObjProp, removeCstopCsObjProp, setCstopCsObjProp, setCstopCsObjProp, setCstopCsObjProp, setCstopCsObjPropaddCcrtsourceModel, addCcrtsourceModel, addCcrtsourceModel, addCcrtsourceModel, addCcrttopCcrtObjProp, addCcrttopCcrtObjProp, addCcrttopCcrtObjProp, addCcrttopCcrtObjProp, addCschanFilter, addCschanFilter, addCschanFilter, addCschanFilter, addCsfiresThingAction, addCsfiresThingAction, addCsfiresThingAction, addCsfiresThingAction, addCsoutputTAGraph, addCsoutputTAGraph, addCsoutputTAGraph, addCsoutputTAGraph, addCstaGuard, addCstaGuard, addCstaGuard, addCstaGuard, addCstext, addCstext, addCstext, addCstext, addCstopCsDataProp, addCstopCsDataProp, addCstopCsDataProp, addCstopCsDataProp, addCswaitForChan, addCswaitForChan, addCswaitForChan, addCswaitForChan, addCswaitForEnd, addCswaitForEnd, addCswaitForEnd, addCswaitForEnd, addCswaitForStart, addCswaitForStart, addCswaitForStart, addCswaitForStart, getAllCcrtsourceModel_as, getAllCcrtsourceModel_as, getAllCcrtsourceModel_asNode_, getAllCcrtsourceModel_asNode_, getAllCcrtsourceModel_asNode, getAllCcrtsourceModel_asNode, getAllCcrtsourceModel_Inverse_as, getAllCcrtsourceModel_Inverse, getAllCcrtsourceModel_Inverse, getAllCcrtsourceModel, getAllCcrtsourceModel, getAllCcrttopCcrtObjProp_as, getAllCcrttopCcrtObjProp_as, getAllCcrttopCcrtObjProp_asNode_, getAllCcrttopCcrtObjProp_asNode_, getAllCcrttopCcrtObjProp_asNode, getAllCcrttopCcrtObjProp_asNode, getAllCcrttopCcrtObjProp_Inverse_as, getAllCcrttopCcrtObjProp_Inverse, getAllCcrttopCcrtObjProp_Inverse, getAllCcrttopCcrtObjProp, getAllCcrttopCcrtObjProp, getAllCschanFilter_as, getAllCschanFilter_as, getAllCschanFilter_asNode_, getAllCschanFilter_asNode_, getAllCschanFilter_asNode, getAllCschanFilter_asNode, getAllCschanFilter_Inverse_as, getAllCschanFilter_Inverse, getAllCschanFilter_Inverse, getAllCschanFilter, getAllCschanFilter, getAllCsfiresThingAction_as, getAllCsfiresThingAction_as, getAllCsfiresThingAction_asNode_, getAllCsfiresThingAction_asNode_, getAllCsfiresThingAction_asNode, getAllCsfiresThingAction_asNode, getAllCsfiresThingAction_Inverse_as, getAllCsfiresThingAction_Inverse, getAllCsfiresThingAction_Inverse, getAllCsfiresThingAction, getAllCsfiresThingAction, getAllCsoutputTAGraph_as, getAllCsoutputTAGraph_as, getAllCsoutputTAGraph_asNode_, getAllCsoutputTAGraph_asNode_, getAllCsoutputTAGraph_asNode, getAllCsoutputTAGraph_asNode, getAllCsoutputTAGraph_Inverse_as, getAllCsoutputTAGraph_Inverse, getAllCsoutputTAGraph_Inverse, getAllCsoutputTAGraph, getAllCsoutputTAGraph, getAllCsstep_Inverse_as, getAllCsstep_Inverse, getAllCsstep_Inverse, getAllCstaGuard_as, getAllCstaGuard_as, getAllCstaGuard_asNode_, getAllCstaGuard_asNode_, getAllCstaGuard_asNode, getAllCstaGuard_asNode, getAllCstaGuard_Inverse_as, getAllCstaGuard_Inverse, getAllCstaGuard_Inverse, getAllCstaGuard, getAllCstaGuard, getAllCstext_as, getAllCstext_as, getAllCstext_asNode_, getAllCstext_asNode_, getAllCstext_asNode, getAllCstext_asNode, getAllCstext_Inverse_as, getAllCstext_Inverse, getAllCstext_Inverse, getAllCstext, getAllCstext, getAllCstopCsDataProp_as, getAllCstopCsDataProp_as, getAllCstopCsDataProp_asNode_, getAllCstopCsDataProp_asNode_, getAllCstopCsDataProp_asNode, getAllCstopCsDataProp_asNode, getAllCstopCsDataProp_Inverse_as, getAllCstopCsDataProp_Inverse, getAllCstopCsDataProp_Inverse, getAllCstopCsDataProp, getAllCstopCsDataProp, getAllCstopCsObjProp_Inverse_as, getAllCstopCsObjProp_Inverse, getAllCstopCsObjProp_Inverse, getAllCswaitForChan_as, getAllCswaitForChan_as, getAllCswaitForChan_asNode_, getAllCswaitForChan_asNode_, getAllCswaitForChan_asNode, getAllCswaitForChan_asNode, getAllCswaitForChan_Inverse_as, getAllCswaitForChan_Inverse, getAllCswaitForChan_Inverse, getAllCswaitForChan, getAllCswaitForChan, getAllCswaitForEnd_as, getAllCswaitForEnd_as, getAllCswaitForEnd_asNode_, getAllCswaitForEnd_asNode_, getAllCswaitForEnd_asNode, getAllCswaitForEnd_asNode, getAllCswaitForEnd_Inverse_as, getAllCswaitForEnd_Inverse, getAllCswaitForEnd_Inverse, getAllCswaitForEnd, getAllCswaitForEnd, getAllCswaitForStart_as, getAllCswaitForStart_as, getAllCswaitForStart_asNode_, getAllCswaitForStart_asNode_, getAllCswaitForStart_asNode, getAllCswaitForStart_asNode, getAllCswaitForStart_Inverse_as, getAllCswaitForStart_Inverse, getAllCswaitForStart_Inverse, getAllCswaitForStart, getAllCswaitForStart, hasCcrtsourceModel, hasCcrtsourceModel, hasCcrtsourceModel, hasCcrtsourceModel, hasCcrttopCcrtObjProp, hasCcrttopCcrtObjProp, hasCcrttopCcrtObjProp, hasCcrttopCcrtObjProp, hasCschanFilter, hasCschanFilter, hasCschanFilter, hasCschanFilter, hasCsfiresThingAction, hasCsfiresThingAction, hasCsfiresThingAction, hasCsfiresThingAction, hasCsoutputTAGraph, hasCsoutputTAGraph, hasCsoutputTAGraph, hasCsoutputTAGraph, hasCstaGuard, hasCstaGuard, hasCstaGuard, hasCstaGuard, hasCstext, hasCstext, hasCstext, hasCstext, hasCstopCsDataProp, hasCstopCsDataProp, hasCstopCsDataProp, hasCstopCsDataProp, hasCswaitForChan, hasCswaitForChan, hasCswaitForChan, hasCswaitForChan, hasCswaitForEnd, hasCswaitForEnd, hasCswaitForEnd, hasCswaitForEnd, hasCswaitForStart, hasCswaitForStart, hasCswaitForStart, hasCswaitForStart, removeAllCcrtsourceModel, removeAllCcrtsourceModel, removeAllCcrttopCcrtObjProp, removeAllCcrttopCcrtObjProp, removeAllCschanFilter, removeAllCschanFilter, removeAllCsfiresThingAction, removeAllCsfiresThingAction, removeAllCsoutputTAGraph, removeAllCsoutputTAGraph, removeAllCstaGuard, removeAllCstaGuard, removeAllCstext, removeAllCstext, removeAllCstopCsDataProp, removeAllCstopCsDataProp, removeAllCswaitForChan, removeAllCswaitForChan, removeAllCswaitForEnd, removeAllCswaitForEnd, removeAllCswaitForStart, removeAllCswaitForStart, removeCcrtsourceModel, removeCcrtsourceModel, removeCcrtsourceModel, removeCcrtsourceModel, removeCcrttopCcrtObjProp, removeCcrttopCcrtObjProp, removeCcrttopCcrtObjProp, removeCcrttopCcrtObjProp, removeCschanFilter, removeCschanFilter, removeCschanFilter, removeCschanFilter, removeCsfiresThingAction, removeCsfiresThingAction, removeCsfiresThingAction, removeCsfiresThingAction, removeCsoutputTAGraph, removeCsoutputTAGraph, removeCsoutputTAGraph, removeCsoutputTAGraph, removeCstaGuard, removeCstaGuard, removeCstaGuard, removeCstaGuard, removeCstext, removeCstext, removeCstext, removeCstext, removeCstopCsDataProp, removeCstopCsDataProp, removeCstopCsDataProp, removeCstopCsDataProp, removeCswaitForChan, removeCswaitForChan, removeCswaitForChan, removeCswaitForChan, removeCswaitForEnd, removeCswaitForEnd, removeCswaitForEnd, removeCswaitForEnd, removeCswaitForStart, removeCswaitForStart, removeCswaitForStart, removeCswaitForStart, setCcrtsourceModel, setCcrtsourceModel, setCcrtsourceModel, setCcrtsourceModel, setCcrttopCcrtObjProp, setCcrttopCcrtObjProp, setCcrttopCcrtObjProp, setCcrttopCcrtObjProp, setCschanFilter, setCschanFilter, setCschanFilter, setCschanFilter, setCsfiresThingAction, setCsfiresThingAction, setCsfiresThingAction, setCsfiresThingAction, setCsoutputTAGraph, setCsoutputTAGraph, setCsoutputTAGraph, setCsoutputTAGraph, setCstaGuard, setCstaGuard, setCstaGuard, setCstaGuard, setCstext, setCstext, setCstext, setCstext, setCstopCsDataProp, setCstopCsDataProp, setCstopCsDataProp, setCstopCsDataProp, setCswaitForChan, setCswaitForChan, setCswaitForChan, setCswaitForChan, setCswaitForEnd, setCswaitForEnd, setCswaitForEnd, setCswaitForEnd, setCswaitForStart, setCswaitForStart, setCswaitForStart, setCswaitForStartaddSubClassOf, 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 CSBEHAVIOR
public static final org.ontoware.rdf2go.model.node.URI CSCHANNEL
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected CsBuildableSceneSpec(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 CsBuildableSceneSpec(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 CsBuildableSceneSpec(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 CsBuildableSceneSpec(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 CsBuildableSceneSpec(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 CsBuildableSceneSpec 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 CsBuildableSceneSpec> 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, CsBuildableSceneSpec) 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 hasCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Csbehavior has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasCsbehavior()
Csbehavior has at least one value set.public static boolean hasCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Csbehavior has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Csbehavior has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllCsbehavior_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Csbehavior as an Iterator over RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllCsbehavior_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Csbehavior as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllCsbehavior_asNode()
Csbehavior as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllCsbehavior_asNode_()
Csbehavior as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableBehaviorSpec> getAllCsbehavior(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Csbehavior.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableBehaviorSpec> getAllCsbehavior_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Csbehavior as a ReactorResult of CsBuildableBehaviorSpec.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableBehaviorSpec> getAllCsbehavior()
Csbehavior.public org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableBehaviorSpec> getAllCsbehavior_as()
Csbehavior as a ReactorResult of CsBuildableBehaviorSpec.public static void addCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Csbehavior as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Csbehavior as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableBehaviorSpec value)
Csbehavior from an instance of CsBuildableBehaviorSpec.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addCsbehavior(CsBuildableBehaviorSpec value)
Csbehavior from an instance of CsBuildableBehaviorSpec.
[Generated from RDFReactor template rule #add4dynamic]public static void setCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Csbehavior 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.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Csbehavior 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.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableBehaviorSpec value)
Csbehavior from an instance of CsBuildableBehaviorSpec.
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.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setCsbehavior(CsBuildableBehaviorSpec value)
Csbehavior from an instance of CsBuildableBehaviorSpec.
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.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Csbehavior as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeCsbehavior(org.ontoware.rdf2go.model.node.Node value)
Csbehavior as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableBehaviorSpec value)
Csbehavior given as an instance of CsBuildableBehaviorSpec.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeCsbehavior(CsBuildableBehaviorSpec value)
Csbehavior given as an instance of CsBuildableBehaviorSpec.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllCsbehavior(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Csbehavior.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllCsbehavior()
Csbehavior.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Cschannel has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasCschannel()
Cschannel has at least one value set.public static boolean hasCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Cschannel has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasCschannel(org.ontoware.rdf2go.model.node.Node value)
Cschannel has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllCschannel_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Cschannel as an Iterator over RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllCschannel_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Cschannel as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllCschannel_asNode()
Cschannel as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllCschannel_asNode_()
Cschannel as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableChannelSpec> getAllCschannel(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Cschannel.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableChannelSpec> getAllCschannel_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Cschannel as a ReactorResult of CsBuildableChannelSpec.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<CsBuildableChannelSpec> getAllCschannel()
Cschannel.public org.ontoware.rdfreactor.runtime.ReactorResult<CsBuildableChannelSpec> getAllCschannel_as()
Cschannel as a ReactorResult of CsBuildableChannelSpec.public static void addCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Cschannel as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addCschannel(org.ontoware.rdf2go.model.node.Node value)
Cschannel as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableChannelSpec value)
Cschannel from an instance of CsBuildableChannelSpec.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addCschannel(CsBuildableChannelSpec value)
Cschannel from an instance of CsBuildableChannelSpec.
[Generated from RDFReactor template rule #add4dynamic]public static void setCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Cschannel 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.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setCschannel(org.ontoware.rdf2go.model.node.Node value)
Cschannel 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.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableChannelSpec value)
Cschannel from an instance of CsBuildableChannelSpec.
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.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setCschannel(CsBuildableChannelSpec value)
Cschannel from an instance of CsBuildableChannelSpec.
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.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Cschannel as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeCschannel(org.ontoware.rdf2go.model.node.Node value)
Cschannel as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
CsBuildableChannelSpec value)
Cschannel given as an instance of CsBuildableChannelSpec.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeCschannel(CsBuildableChannelSpec value)
Cschannel given as an instance of CsBuildableChannelSpec.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllCschannel(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Cschannel.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllCschannel()
Cschannel.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.