public class ASBRNexus extends ApproSystemBrokerRecipe
| Modifier and Type | Field and Description |
|---|---|
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://onto.cogchar.org/onto/201603/AppProfile_OWL2#ASBR_Nexus
|
static org.ontoware.rdf2go.model.node.URI |
USESFEATURE
http://onto.cogchar.org/onto/201603/AppProfile_OWL2#usesFeature
|
APPRODATAPROP, APPROLEGACYDATAPROP, APPROOBJPROP, IMPORTS, KNOWSCHAN, KNOWSLISTENCHAN, KNOWSPOSTCHAN, LEGACYTHING, MAXCARDINALITY, WANTSCNFBRKR, WANTSENDPOINT, WANTSPOINTIN, WANTSPOINTOUT, WANTSTASK| Modifier | Constructor and Description |
|---|---|
|
ASBRNexus(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.
|
|
ASBRNexus(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
ASBRNexus(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.
|
|
ASBRNexus(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 |
ASBRNexus(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 |
addUsesFeature(ApproFeatureBrokerRecipe value)
Adds a value to property
UsesFeature from an instance of ApproFeatureBrokerRecipe. |
static void |
addUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ApproFeatureBrokerRecipe value)
Adds a value to property
UsesFeature from an instance of ApproFeatureBrokerRecipe. |
static void |
addUsesFeature(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
UsesFeature as an RDF2Go Node. |
void |
addUsesFeature(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
UsesFeature 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, ASBRNexus) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends ASBRNexus> |
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<ApproFeatureBrokerRecipe> |
getAllUsesFeature_as()
Get all values of property
UsesFeature as a ReactorResult of ApproFeatureBrokerRecipe. |
static org.ontoware.rdfreactor.runtime.ReactorResult<ApproFeatureBrokerRecipe> |
getAllUsesFeature_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
UsesFeature as a ReactorResult of ApproFeatureBrokerRecipe. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllUsesFeature_asNode_()
Get all values of property
UsesFeature as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllUsesFeature_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
UsesFeature as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllUsesFeature_asNode()
Get all values of property
UsesFeature as an Iterator over RDF2Go nodes
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in the |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllUsesFeature_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
UsesFeature as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<ApproFeatureBrokerRecipe> |
getAllUsesFeature()
Get all values of property
UsesFeature. |
static org.ontoware.aifbcommons.collection.ClosableIterator<ApproFeatureBrokerRecipe> |
getAllUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
UsesFeature. |
static ASBRNexus |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasUsesFeature()
Check if
UsesFeature has at least one value set. |
static boolean |
hasUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
UsesFeature has at least one value set. |
static boolean |
hasUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
UsesFeature has the given value (maybe among other values). |
boolean |
hasUsesFeature(org.ontoware.rdf2go.model.node.Node value)
Check if
UsesFeature has the given value (maybe among other values). |
void |
removeAllUsesFeature()
Removes all values of property
UsesFeature. |
static void |
removeAllUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
UsesFeature. |
void |
removeUsesFeature(ApproFeatureBrokerRecipe value)
Removes a value of property
UsesFeature given as an instance of ApproFeatureBrokerRecipe. |
static void |
removeUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ApproFeatureBrokerRecipe value)
Removes a value of property
UsesFeature given as an instance of ApproFeatureBrokerRecipe. |
static void |
removeUsesFeature(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
UsesFeature as an RDF2Go Node. |
void |
removeUsesFeature(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
UsesFeature as an RDF2Go Node. |
void |
setUsesFeature(ApproFeatureBrokerRecipe value)
Sets a value of property
UsesFeature from an instance of ApproFeatureBrokerRecipe. |
static void |
setUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ApproFeatureBrokerRecipe value)
Sets a value of property
UsesFeature from an instance of ApproFeatureBrokerRecipe. |
static void |
setUsesFeature(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
UsesFeature from an RDF2Go Node. |
void |
setUsesFeature(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
UsesFeature from an RDF2Go Node. |
addApproDataProp, addApproDataProp, addApproDataProp, addApproDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproLegacyDataProp, addApproObjProp, addApproObjProp, addApproObjProp, addApproObjProp, addImports, addImports, addImports, addImports, addKnowsChan, addKnowsChan, addKnowsChan, addKnowsChan, addKnowsListenChan, addKnowsListenChan, addKnowsListenChan, addKnowsListenChan, addKnowsPostChan, addKnowsPostChan, addKnowsPostChan, addKnowsPostChan, addLegacyThing, addLegacyThing, addLegacyThing, addLegacyThing, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMaxCardinality, addWantsCnfBrkr, addWantsCnfBrkr, addWantsCnfBrkr, addWantsCnfBrkr, addWantsEndpoint, addWantsEndpoint, addWantsEndpoint, addWantsEndpoint, addWantsPointIn, addWantsPointIn, addWantsPointIn, addWantsPointIn, addWantsPointOut, addWantsPointOut, addWantsPointOut, addWantsPointOut, addWantsTask, addWantsTask, addWantsTask, addWantsTask, getAllApproDataProp_as, getAllApproDataProp_as, getAllApproDataProp_asNode_, getAllApproDataProp_asNode_, getAllApproDataProp_asNode, getAllApproDataProp_asNode, getAllApproDataProp_Inverse_as, getAllApproDataProp_Inverse, getAllApproDataProp_Inverse, getAllApproDataProp, getAllApproDataProp, getAllApproLegacyDataProp_as, getAllApproLegacyDataProp_as, getAllApproLegacyDataProp_asNode_, getAllApproLegacyDataProp_asNode_, getAllApproLegacyDataProp_asNode, getAllApproLegacyDataProp_asNode, getAllApproLegacyDataProp_Inverse_as, getAllApproLegacyDataProp_Inverse, getAllApproLegacyDataProp_Inverse, getAllApproLegacyDataProp, getAllApproLegacyDataProp, getAllApproObjProp_as, getAllApproObjProp_as, getAllApproObjProp_asNode_, getAllApproObjProp_asNode_, getAllApproObjProp_asNode, getAllApproObjProp_asNode, getAllApproObjProp_Inverse_as, getAllApproObjProp_Inverse, getAllApproObjProp_Inverse, getAllApproObjProp, getAllApproObjProp, getAllDescribesThing_Inverse_as, getAllDescribesThing_Inverse, getAllDescribesThing_Inverse, getAllImports_as, getAllImports_as, getAllImports_asNode_, getAllImports_asNode_, getAllImports_asNode, getAllImports_asNode, getAllImports_Inverse_as, getAllImports_Inverse, getAllImports_Inverse, getAllImports, getAllImports, getAllKnowsChan_as, getAllKnowsChan_as, getAllKnowsChan_asNode_, getAllKnowsChan_asNode_, getAllKnowsChan_asNode, getAllKnowsChan_asNode, getAllKnowsChan_Inverse_as, getAllKnowsChan_Inverse, getAllKnowsChan_Inverse, getAllKnowsChan, getAllKnowsChan, getAllKnowsListenChan_as, getAllKnowsListenChan_as, getAllKnowsListenChan_asNode_, getAllKnowsListenChan_asNode_, getAllKnowsListenChan_asNode, getAllKnowsListenChan_asNode, getAllKnowsListenChan_Inverse_as, getAllKnowsListenChan_Inverse, getAllKnowsListenChan_Inverse, getAllKnowsListenChan, getAllKnowsListenChan, getAllKnowsPostChan_as, getAllKnowsPostChan_as, getAllKnowsPostChan_asNode_, getAllKnowsPostChan_asNode_, getAllKnowsPostChan_asNode, getAllKnowsPostChan_asNode, getAllKnowsPostChan_Inverse_as, getAllKnowsPostChan_Inverse, getAllKnowsPostChan_Inverse, getAllKnowsPostChan, getAllKnowsPostChan, getAllLegacyThing_as, getAllLegacyThing_as, getAllLegacyThing_asNode_, getAllLegacyThing_asNode_, getAllLegacyThing_asNode, getAllLegacyThing_asNode, getAllLegacyThing_Inverse_as, getAllLegacyThing_Inverse, getAllLegacyThing_Inverse, getAllLegacyThing, getAllLegacyThing, getAllMaxCardinality_as, getAllMaxCardinality_as, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode, getAllMaxCardinality_asNode, getAllMaxCardinality_Inverse_as, getAllMaxCardinality_Inverse, getAllMaxCardinality_Inverse, getAllMaxCardinality, getAllMaxCardinality, getAllWantsCnfBrkr_as, getAllWantsCnfBrkr_as, getAllWantsCnfBrkr_asNode_, getAllWantsCnfBrkr_asNode_, getAllWantsCnfBrkr_asNode, getAllWantsCnfBrkr_asNode, getAllWantsCnfBrkr, getAllWantsCnfBrkr, getAllWantsEndpoint_as, getAllWantsEndpoint_as, getAllWantsEndpoint_asNode_, getAllWantsEndpoint_asNode_, getAllWantsEndpoint_asNode, getAllWantsEndpoint_asNode, getAllWantsEndpoint_Inverse_as, getAllWantsEndpoint_Inverse, getAllWantsEndpoint_Inverse, getAllWantsEndpoint, getAllWantsEndpoint, getAllWantsGrphPtr_Inverse_as, getAllWantsGrphPtr_Inverse, getAllWantsGrphPtr_Inverse, getAllWantsPointIn_as, getAllWantsPointIn_as, getAllWantsPointIn_asNode_, getAllWantsPointIn_asNode_, getAllWantsPointIn_asNode, getAllWantsPointIn_asNode, getAllWantsPointIn_Inverse_as, getAllWantsPointIn_Inverse, getAllWantsPointIn_Inverse, getAllWantsPointIn, getAllWantsPointIn, getAllWantsPointOut_as, getAllWantsPointOut_as, getAllWantsPointOut_asNode_, getAllWantsPointOut_asNode_, getAllWantsPointOut_asNode, getAllWantsPointOut_asNode, getAllWantsPointOut_Inverse_as, getAllWantsPointOut_Inverse, getAllWantsPointOut_Inverse, getAllWantsPointOut, getAllWantsPointOut, getAllWantsTask_as, getAllWantsTask_as, getAllWantsTask_asNode_, getAllWantsTask_asNode_, getAllWantsTask_asNode, getAllWantsTask_asNode, getAllWantsTask_Inverse_as, getAllWantsTask_Inverse, getAllWantsTask_Inverse, getAllWantsTask, getAllWantsTask, hasApproDataProp, hasApproDataProp, hasApproDataProp, hasApproDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproLegacyDataProp, hasApproObjProp, hasApproObjProp, hasApproObjProp, hasApproObjProp, hasImports, hasImports, hasImports, hasImports, hasKnowsChan, hasKnowsChan, hasKnowsChan, hasKnowsChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsListenChan, hasKnowsPostChan, hasKnowsPostChan, hasKnowsPostChan, hasKnowsPostChan, hasLegacyThing, hasLegacyThing, hasLegacyThing, hasLegacyThing, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsCnfBrkr, hasWantsEndpoint, hasWantsEndpoint, hasWantsEndpoint, hasWantsEndpoint, hasWantsPointIn, hasWantsPointIn, hasWantsPointIn, hasWantsPointIn, hasWantsPointOut, hasWantsPointOut, hasWantsPointOut, hasWantsPointOut, hasWantsTask, hasWantsTask, hasWantsTask, hasWantsTask, removeAllApproDataProp, removeAllApproDataProp, removeAllApproLegacyDataProp, removeAllApproLegacyDataProp, removeAllApproObjProp, removeAllApproObjProp, removeAllImports, removeAllImports, removeAllKnowsChan, removeAllKnowsChan, removeAllKnowsListenChan, removeAllKnowsListenChan, removeAllKnowsPostChan, removeAllKnowsPostChan, removeAllLegacyThing, removeAllLegacyThing, removeAllMaxCardinality, removeAllMaxCardinality, removeAllWantsCnfBrkr, removeAllWantsCnfBrkr, removeAllWantsEndpoint, removeAllWantsEndpoint, removeAllWantsPointIn, removeAllWantsPointIn, removeAllWantsPointOut, removeAllWantsPointOut, removeAllWantsTask, removeAllWantsTask, removeApproDataProp, removeApproDataProp, removeApproDataProp, removeApproDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproLegacyDataProp, removeApproObjProp, removeApproObjProp, removeApproObjProp, removeApproObjProp, removeImports, removeImports, removeImports, removeImports, removeKnowsChan, removeKnowsChan, removeKnowsChan, removeKnowsChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsListenChan, removeKnowsPostChan, removeKnowsPostChan, removeKnowsPostChan, removeKnowsPostChan, removeLegacyThing, removeLegacyThing, removeLegacyThing, removeLegacyThing, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsCnfBrkr, removeWantsEndpoint, removeWantsEndpoint, removeWantsEndpoint, removeWantsEndpoint, removeWantsPointIn, removeWantsPointIn, removeWantsPointIn, removeWantsPointIn, removeWantsPointOut, removeWantsPointOut, removeWantsPointOut, removeWantsPointOut, removeWantsTask, removeWantsTask, removeWantsTask, removeWantsTask, setApproDataProp, setApproDataProp, setApproDataProp, setApproDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproLegacyDataProp, setApproObjProp, setApproObjProp, setApproObjProp, setApproObjProp, setImports, setImports, setImports, setImports, setKnowsChan, setKnowsChan, setKnowsChan, setKnowsChan, setKnowsListenChan, setKnowsListenChan, setKnowsListenChan, setKnowsListenChan, setKnowsPostChan, setKnowsPostChan, setKnowsPostChan, setKnowsPostChan, setLegacyThing, setLegacyThing, setLegacyThing, setLegacyThing, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMaxCardinality, setWantsCnfBrkr, setWantsCnfBrkr, setWantsCnfBrkr, setWantsCnfBrkr, setWantsEndpoint, setWantsEndpoint, setWantsEndpoint, setWantsEndpoint, setWantsPointIn, setWantsPointIn, setWantsPointIn, setWantsPointIn, setWantsPointOut, setWantsPointOut, setWantsPointOut, setWantsPointOut, setWantsTask, setWantsTask, setWantsTask, setWantsTaskaddSubClassOf, 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 USESFEATURE
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected ASBRNexus(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 ASBRNexus(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 ASBRNexus(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 ASBRNexus(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 ASBRNexus(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 ASBRNexus 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 ASBRNexus> 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, ASBRNexus) 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 hasUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
UsesFeature has at least one value set.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasUsesFeature()
UsesFeature has at least one value set.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thepublic static boolean hasUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
UsesFeature has the given value (maybe among other values).
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasUsesFeature(org.ontoware.rdf2go.model.node.Node value)
UsesFeature has the given value (maybe among other values).
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thevalue - the value to be checkedpublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllUsesFeature_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
UsesFeature as an Iterator over RDF2Go nodes.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUsesFeature_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
UsesFeature as a ReactorResult of RDF2Go nodes.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllUsesFeature_asNode()
UsesFeature as an Iterator over RDF2Go nodes
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thepublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUsesFeature_asNode_()
UsesFeature as a ReactorResult of RDF2Go nodes.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thepublic static org.ontoware.aifbcommons.collection.ClosableIterator<ApproFeatureBrokerRecipe> getAllUsesFeature(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
UsesFeature.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<ApproFeatureBrokerRecipe> getAllUsesFeature_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
UsesFeature as a ReactorResult of ApproFeatureBrokerRecipe.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<ApproFeatureBrokerRecipe> getAllUsesFeature()
UsesFeature.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thepublic org.ontoware.rdfreactor.runtime.ReactorResult<ApproFeatureBrokerRecipe> getAllUsesFeature_as()
UsesFeature as a ReactorResult of ApproFeatureBrokerRecipe.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thepublic static void addUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
UsesFeature as an RDF2Go Node.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addUsesFeature(org.ontoware.rdf2go.model.node.Node value)
UsesFeature as an RDF2Go Node.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thevalue - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ApproFeatureBrokerRecipe value)
UsesFeature from an instance of ApproFeatureBrokerRecipe.
Comment from schema: Recipes for brokers that allow app features to function.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addUsesFeature(ApproFeatureBrokerRecipe value)
UsesFeature from an instance of ApproFeatureBrokerRecipe.
Comment from schema: Recipes for brokers that allow app features to function.
[Generated from RDFReactor template rule #add4dynamic]public static void setUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
UsesFeature 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: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setUsesFeature(org.ontoware.rdf2go.model.node.Node value)
UsesFeature 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: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thevalue - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ApproFeatureBrokerRecipe value)
UsesFeature from an instance of ApproFeatureBrokerRecipe.
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: Recipes for brokers that allow app features to function.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setUsesFeature(ApproFeatureBrokerRecipe value)
UsesFeature from an instance of ApproFeatureBrokerRecipe.
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: Recipes for brokers that allow app features to function.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
UsesFeature as an RDF2Go Node.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeUsesFeature(org.ontoware.rdf2go.model.node.Node value)
UsesFeature as an RDF2Go Node.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in thevalue - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ApproFeatureBrokerRecipe value)
UsesFeature given as an instance of ApproFeatureBrokerRecipe.
Comment from schema: Recipes for brokers that allow app features to function.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeUsesFeature(ApproFeatureBrokerRecipe value)
UsesFeature given as an instance of ApproFeatureBrokerRecipe.
Comment from schema: Recipes for brokers that allow app features to function.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllUsesFeature(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
UsesFeature.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in themodel - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllUsesFeature()
UsesFeature.
Comment from schema: Links top-tier nexus entity (from profile recipes) to a second tier feature-broker recipe, which in turn defines configuration (usually via chunk) that may be used in the
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.