public class ApproGraphPointer extends GraphPointer
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
DESCRIBESTHING
http://onto.cogchar.org/onto/201603/AppProfile_OWL2#describesThing
|
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#ApproGraphPointer
|
static org.ontoware.rdf2go.model.node.URI |
WANTSGRPHPTR
http://onto.cogchar.org/onto/201603/AppProfile_OWL2#wantsGrphPtr
|
APPRODATAPROP, APPROLEGACYDATAPROP, APPROOBJPROP, IMPORTS, KNOWSCHAN, KNOWSLISTENCHAN, KNOWSPOSTCHAN, LEGACYTHING, MAXCARDINALITY, WANTSCNFBRKR, WANTSENDPOINT, WANTSPOINTIN, WANTSPOINTOUT, WANTSTASK| Modifier | Constructor and Description |
|---|---|
|
ApproGraphPointer(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.
|
|
ApproGraphPointer(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
ApproGraphPointer(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.
|
|
ApproGraphPointer(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 |
ApproGraphPointer(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 |
|---|---|
static void |
addDescribesThing(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
DescribesThing as an RDF2Go Node. |
static void |
addDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Adds a value to property
DescribesThing from an instance of Thing1. |
void |
addDescribesThing(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
DescribesThing as an RDF2Go Node. |
void |
addDescribesThing(Thing1 value)
Adds a value to property
DescribesThing from an instance of Thing1. |
static void |
addWantsGrphPtr(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
WantsGrphPtr as an RDF2Go Node. |
static void |
addWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Adds a value to property
WantsGrphPtr from an instance of Thing1. |
void |
addWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
WantsGrphPtr as an RDF2Go Node. |
void |
addWantsGrphPtr(Thing1 value)
Adds a value to property
WantsGrphPtr from an instance of Thing1. |
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, ApproGraphPointer) from this instance. |
org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllDescribesThing_as()
Get all values of property
DescribesThing as a ReactorResult of Thing1. |
static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllDescribesThing_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
DescribesThing as a ReactorResult of Thing1. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllDescribesThing_asNode_()
Get all values of property
DescribesThing as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllDescribesThing_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
DescribesThing as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllDescribesThing_asNode()
Get all values of property
DescribesThing as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllDescribesThing_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
DescribesThing as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllDescribesThing()
Get all values of property
DescribesThing. |
static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
DescribesThing. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends ApproGraphPointer> |
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<Thing1> |
getAllWantsGrphPtr_as()
Get all values of property
WantsGrphPtr as a ReactorResult of Thing1. |
static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllWantsGrphPtr_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
WantsGrphPtr as a ReactorResult of Thing1. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllWantsGrphPtr_asNode_()
Get all values of property
WantsGrphPtr as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllWantsGrphPtr_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
WantsGrphPtr as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllWantsGrphPtr_asNode()
Get all values of property
WantsGrphPtr as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllWantsGrphPtr_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
WantsGrphPtr as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllWantsGrphPtr()
Get all values of property
WantsGrphPtr. |
static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
WantsGrphPtr. |
static ApproGraphPointer |
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 |
hasDescribesThing()
Check if
DescribesThing has at least one value set. |
static boolean |
hasDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
DescribesThing has at least one value set. |
static boolean |
hasDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
DescribesThing has the given value (maybe among other values). |
boolean |
hasDescribesThing(org.ontoware.rdf2go.model.node.Node value)
Check if
DescribesThing 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 |
hasWantsGrphPtr()
Check if
WantsGrphPtr has at least one value set. |
static boolean |
hasWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
WantsGrphPtr has at least one value set. |
static boolean |
hasWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
WantsGrphPtr has the given value (maybe among other values). |
boolean |
hasWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
Check if
WantsGrphPtr has the given value (maybe among other values). |
void |
removeAllDescribesThing()
Removes all values of property
DescribesThing. |
static void |
removeAllDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
DescribesThing. |
void |
removeAllWantsGrphPtr()
Removes all values of property
WantsGrphPtr. |
static void |
removeAllWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
WantsGrphPtr. |
static void |
removeDescribesThing(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
DescribesThing as an RDF2Go Node. |
static void |
removeDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Removes a value of property
DescribesThing given as an instance of Thing1. |
void |
removeDescribesThing(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
DescribesThing as an RDF2Go Node. |
void |
removeDescribesThing(Thing1 value)
Removes a value of property
DescribesThing given as an instance of Thing1. |
static void |
removeWantsGrphPtr(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
WantsGrphPtr as an RDF2Go Node. |
static void |
removeWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Removes a value of property
WantsGrphPtr given as an instance of Thing1. |
void |
removeWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
WantsGrphPtr as an RDF2Go Node. |
void |
removeWantsGrphPtr(Thing1 value)
Removes a value of property
WantsGrphPtr given as an instance of Thing1. |
static void |
setDescribesThing(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
DescribesThing from an RDF2Go Node. |
static void |
setDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Sets a value of property
DescribesThing from an instance of Thing1. |
void |
setDescribesThing(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
DescribesThing from an RDF2Go Node. |
void |
setDescribesThing(Thing1 value)
Sets a value of property
DescribesThing from an instance of Thing1. |
static void |
setWantsGrphPtr(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
WantsGrphPtr from an RDF2Go Node. |
static void |
setWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Sets a value of property
WantsGrphPtr from an instance of Thing1. |
void |
setWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
WantsGrphPtr from an RDF2Go Node. |
void |
setWantsGrphPtr(Thing1 value)
Sets a value of property
WantsGrphPtr from an instance of Thing1. |
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 DESCRIBESTHING
public static final org.ontoware.rdf2go.model.node.URI WANTSGRPHPTR
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected ApproGraphPointer(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 ApproGraphPointer(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 ApproGraphPointer(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 ApproGraphPointer(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 ApproGraphPointer(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 ApproGraphPointer 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 ApproGraphPointer> 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, ApproGraphPointer) 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 hasDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
DescribesThing has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasDescribesThing()
DescribesThing has at least one value set.public static boolean hasDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
DescribesThing has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasDescribesThing(org.ontoware.rdf2go.model.node.Node value)
DescribesThing 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> getAllDescribesThing_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
DescribesThing 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> getAllDescribesThing_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
DescribesThing as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllDescribesThing_asNode()
DescribesThing as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllDescribesThing_asNode_()
DescribesThing as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllDescribesThing(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
DescribesThing.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllDescribesThing_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
DescribesThing as a ReactorResult of Thing1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllDescribesThing()
DescribesThing.public org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllDescribesThing_as()
DescribesThing as a ReactorResult of Thing1.public static void addDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
DescribesThing as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addDescribesThing(org.ontoware.rdf2go.model.node.Node value)
DescribesThing as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
DescribesThing from an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addDescribesThing(Thing1 value)
DescribesThing from an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.
[Generated from RDFReactor template rule #add4dynamic]public static void setDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
DescribesThing 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 setDescribesThing(org.ontoware.rdf2go.model.node.Node value)
DescribesThing 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 setDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
DescribesThing from an instance of Thing1.
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: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setDescribesThing(Thing1 value)
DescribesThing from an instance of Thing1.
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: This class acts as a catch-all for all properties, for which no domain has specified.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
DescribesThing as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeDescribesThing(org.ontoware.rdf2go.model.node.Node value)
DescribesThing as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
DescribesThing given as an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeDescribesThing(Thing1 value)
DescribesThing given as an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllDescribesThing(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
DescribesThing.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllDescribesThing()
DescribesThing.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
WantsGrphPtr has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasWantsGrphPtr()
WantsGrphPtr has at least one value set.public static boolean hasWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr 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> getAllWantsGrphPtr_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
WantsGrphPtr 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> getAllWantsGrphPtr_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
WantsGrphPtr as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllWantsGrphPtr_asNode()
WantsGrphPtr as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllWantsGrphPtr_asNode_()
WantsGrphPtr as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllWantsGrphPtr(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
WantsGrphPtr.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllWantsGrphPtr_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
WantsGrphPtr as a ReactorResult of Thing1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllWantsGrphPtr()
WantsGrphPtr.public org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllWantsGrphPtr_as()
WantsGrphPtr as a ReactorResult of Thing1.public static void addWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
WantsGrphPtr from an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addWantsGrphPtr(Thing1 value)
WantsGrphPtr from an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.
[Generated from RDFReactor template rule #add4dynamic]public static void setWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr 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 setWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr 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 setWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
WantsGrphPtr from an instance of Thing1.
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: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setWantsGrphPtr(Thing1 value)
WantsGrphPtr from an instance of Thing1.
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: This class acts as a catch-all for all properties, for which no domain has specified.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeWantsGrphPtr(org.ontoware.rdf2go.model.node.Node value)
WantsGrphPtr as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
WantsGrphPtr given as an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeWantsGrphPtr(Thing1 value)
WantsGrphPtr given as an instance of Thing1.
Comment from schema: This class acts as a catch-all for all properties, for which no domain has specified.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllWantsGrphPtr(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
WantsGrphPtr.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllWantsGrphPtr()
WantsGrphPtr.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.