public class Thing1
extends org.ontoware.rdfreactor.schema.rdfs.Class
| 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 |
MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinality
|
static org.ontoware.rdf2go.model.node.URI |
MEMBERS
http://www.w3.org/2002/07/owl#members
|
static org.ontoware.rdf2go.model.node.URI |
NAMESPACEABBREV
http://onto.cogchar.org/onto/201407/MetaDir_OWL2#hasNamespaceAbbrev
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://www.w3.org/2000/01/rdf-schema#Class
|
static org.ontoware.rdf2go.model.node.URI |
TABNUMBER
http://onto.cogchar.org/onto/201407/MetaDir_OWL2#hasTabNumber
|
| Modifier | Constructor and Description |
|---|---|
|
Thing1(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.
|
|
Thing1(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
Thing1(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.
|
|
Thing1(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 |
Thing1(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 |
addMaxCardinality(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
MaxCardinality as an RDF2Go Node. |
static void |
addMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Adds a value to property
MaxCardinality from an instance of Thing1. |
void |
addMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
MaxCardinality as an RDF2Go Node. |
void |
addMaxCardinality(Thing1 value)
Adds a value to property
MaxCardinality from an instance of Thing1. |
static void |
addMembers(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
Members as an RDF2Go Node. |
static void |
addMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Adds a value to property
Members from an instance of Thing1. |
void |
addMembers(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
Members as an RDF2Go Node. |
void |
addMembers(Thing1 value)
Adds a value to property
Members from an instance of Thing1. |
static void |
addNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
NamespaceAbbreviation value)
Adds a value to property
NamespaceAbbrev from an instance of NamespaceAbbreviation. |
static void |
addNamespaceAbbrev(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
NamespaceAbbrev as an RDF2Go Node. |
void |
addNamespaceAbbrev(NamespaceAbbreviation value)
Adds a value to property
NamespaceAbbrev from an instance of NamespaceAbbreviation. |
void |
addNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
NamespaceAbbrev as an RDF2Go Node. |
void |
addTabNumber(Integer value)
Adds a value to property
TabNumber from an instance of Integer. |
static void |
addTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Integer value)
Adds a value to property
TabNumber from an instance of Integer. |
static void |
addTabNumber(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
TabNumber as an RDF2Go Node. |
void |
addTabNumber(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
TabNumber 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, Thing1) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends Thing1> |
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> |
getAllMaxCardinality_as()
Get all values of property
MaxCardinality as a ReactorResult of Thing1. |
static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllMaxCardinality_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
MaxCardinality as a ReactorResult of Thing1. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllMaxCardinality_asNode_()
Get all values of property
MaxCardinality as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllMaxCardinality_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
MaxCardinality as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllMaxCardinality_asNode()
Get all values of property
MaxCardinality as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllMaxCardinality_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
MaxCardinality as an Iterator over RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllMaxCardinality_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMaxCardinality_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMaxCardinality_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllMaxCardinality()
Get all values of property
MaxCardinality. |
static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
MaxCardinality. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllMDataProp_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMDataProp_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMDataProp_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllMembers_as()
Get all values of property
Members as a ReactorResult of Thing1. |
static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> |
getAllMembers_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Members as a ReactorResult of Thing1. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllMembers_asNode_()
Get all values of property
Members as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllMembers_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Members as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllMembers_asNode()
Get all values of property
Members as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllMembers_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Members as an Iterator over RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllMembers_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMembers_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllMembers_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllMembers()
Get all values of property
Members. |
static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> |
getAllMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
Members. |
org.ontoware.rdfreactor.runtime.ReactorResult<NamespaceAbbreviation> |
getAllNamespaceAbbrev_as()
Get all values of property
NamespaceAbbrev as a ReactorResult of NamespaceAbbreviation. |
static org.ontoware.rdfreactor.runtime.ReactorResult<NamespaceAbbreviation> |
getAllNamespaceAbbrev_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
NamespaceAbbrev as a ReactorResult of NamespaceAbbreviation. |
org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllNamespaceAbbrev_asNode_()
Get all values of property
NamespaceAbbrev as a ReactorResult of RDF2Go nodes. |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> |
getAllNamespaceAbbrev_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
NamespaceAbbrev as a ReactorResult of RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllNamespaceAbbrev_asNode()
Get all values of property
NamespaceAbbrev as an Iterator over RDF2Go nodes |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> |
getAllNamespaceAbbrev_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
NamespaceAbbrev as an Iterator over RDF2Go nodes. |
org.ontoware.aifbcommons.collection.ClosableIterator<NamespaceAbbreviation> |
getAllNamespaceAbbrev()
Get all values of property
NamespaceAbbrev. |
static org.ontoware.aifbcommons.collection.ClosableIterator<NamespaceAbbreviation> |
getAllNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
NamespaceAbbrev. |
static Thing1 |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
org.ontoware.rdf2go.model.node.Node |
getTabNumber_asNode()
Get single value of property
TabNumber as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getTabNumber_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
TabNumber as an RDF2Go Node. |
Integer |
getTabNumber()
Get single value of property
TabNumber. |
static Integer |
getTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
TabNumber. |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
boolean |
hasMaxCardinality()
Check if
MaxCardinality has at least one value set. |
static boolean |
hasMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
MaxCardinality has at least one value set. |
static boolean |
hasMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
MaxCardinality has the given value (maybe among other values). |
boolean |
hasMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
Check if
MaxCardinality has the given value (maybe among other values). |
boolean |
hasMembers()
Check if
Members has at least one value set. |
static boolean |
hasMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
Members has at least one value set. |
static boolean |
hasMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
Members has the given value (maybe among other values). |
boolean |
hasMembers(org.ontoware.rdf2go.model.node.Node value)
Check if
Members has the given value (maybe among other values). |
boolean |
hasNamespaceAbbrev()
Check if
NamespaceAbbrev has at least one value set. |
static boolean |
hasNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
NamespaceAbbrev has at least one value set. |
static boolean |
hasNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
NamespaceAbbrev has the given value (maybe among other values). |
boolean |
hasNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
Check if
NamespaceAbbrev has the given value (maybe among other values). |
boolean |
hasTabNumber()
Check if
TabNumber has at least one value set. |
static boolean |
hasTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
TabNumber has at least one value set. |
static boolean |
hasTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
TabNumber has the given value (maybe among other values). |
boolean |
hasTabNumber(org.ontoware.rdf2go.model.node.Node value)
Check if
TabNumber has the given value (maybe among other values). |
void |
removeAllMaxCardinality()
Removes all values of property
MaxCardinality. |
static void |
removeAllMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
MaxCardinality. |
void |
removeAllMembers()
Removes all values of property
Members. |
static void |
removeAllMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
Members. |
void |
removeAllNamespaceAbbrev()
Removes all values of property
NamespaceAbbrev. |
static void |
removeAllNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
NamespaceAbbrev. |
void |
removeAllTabNumber()
Removes all values of property
TabNumber. |
static void |
removeAllTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
TabNumber. |
static void |
removeMaxCardinality(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
MaxCardinality as an RDF2Go Node. |
static void |
removeMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Removes a value of property
MaxCardinality given as an instance of Thing1. |
void |
removeMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
MaxCardinality as an RDF2Go Node. |
void |
removeMaxCardinality(Thing1 value)
Removes a value of property
MaxCardinality given as an instance of Thing1. |
static void |
removeMembers(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
Members as an RDF2Go Node. |
static void |
removeMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Removes a value of property
Members given as an instance of Thing1. |
void |
removeMembers(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
Members as an RDF2Go Node. |
void |
removeMembers(Thing1 value)
Removes a value of property
Members given as an instance of Thing1. |
static void |
removeNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
NamespaceAbbreviation value)
Removes a value of property
NamespaceAbbrev given as an instance of NamespaceAbbreviation. |
static void |
removeNamespaceAbbrev(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
NamespaceAbbrev as an RDF2Go Node. |
void |
removeNamespaceAbbrev(NamespaceAbbreviation value)
Removes a value of property
NamespaceAbbrev given as an instance of NamespaceAbbreviation. |
void |
removeNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
NamespaceAbbrev as an RDF2Go Node. |
void |
removeTabNumber(Integer value)
Removes a value of property
TabNumber given as an instance of Integer. |
static void |
removeTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Integer value)
Removes a value of property
TabNumber given as an instance of Integer. |
static void |
removeTabNumber(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
TabNumber as an RDF2Go Node. |
void |
removeTabNumber(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
TabNumber as an RDF2Go Node. |
static void |
setMaxCardinality(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
MaxCardinality from an RDF2Go Node. |
static void |
setMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Sets a value of property
MaxCardinality from an instance of Thing1. |
void |
setMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
MaxCardinality from an RDF2Go Node. |
void |
setMaxCardinality(Thing1 value)
Sets a value of property
MaxCardinality from an instance of Thing1. |
static void |
setMembers(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
Members from an RDF2Go Node. |
static void |
setMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Sets a value of property
Members from an instance of Thing1. |
void |
setMembers(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
Members from an RDF2Go Node. |
void |
setMembers(Thing1 value)
Sets a value of property
Members from an instance of Thing1. |
static void |
setNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
NamespaceAbbreviation value)
Sets a value of property
NamespaceAbbrev from an instance of NamespaceAbbreviation. |
static void |
setNamespaceAbbrev(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
NamespaceAbbrev from an RDF2Go Node. |
void |
setNamespaceAbbrev(NamespaceAbbreviation value)
Sets a value of property
NamespaceAbbrev from an instance of NamespaceAbbreviation. |
void |
setNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
NamespaceAbbrev from an RDF2Go Node. |
void |
setTabNumber(Integer value)
Sets a value of property
TabNumber from an instance of Integer. |
static void |
setTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Integer value)
Sets a value of property
TabNumber from an instance of Integer. |
static void |
setTabNumber(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
TabNumber from an RDF2Go Node. |
void |
setTabNumber(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
TabNumber from an RDF2Go Node. |
addSubClassOf, 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 MAXCARDINALITY
public static final org.ontoware.rdf2go.model.node.URI MEMBERS
public static final org.ontoware.rdf2go.model.node.URI NAMESPACEABBREV
public static final org.ontoware.rdf2go.model.node.URI TABNUMBER
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected Thing1(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 Thing1(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 Thing1(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 Thing1(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 Thing1(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 Thing1 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 Thing1> 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, Thing1) 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 org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMaxCardinality_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMaxCardinality_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllMaxCardinality_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMembers_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMembers_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllMembers_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMDataProp_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllMDataProp_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllMDataProp_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static boolean hasMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MaxCardinality has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasMaxCardinality()
MaxCardinality has at least one value set.public static boolean hasMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MaxCardinality has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
MaxCardinality 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> getAllMaxCardinality_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MaxCardinality 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> getAllMaxCardinality_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MaxCardinality as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNode()
MaxCardinality as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMaxCardinality_asNode_()
MaxCardinality as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllMaxCardinality(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
MaxCardinality.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllMaxCardinality_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
MaxCardinality as a ReactorResult of Thing1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllMaxCardinality()
MaxCardinality.public org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllMaxCardinality_as()
MaxCardinality as a ReactorResult of Thing1.public static void addMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MaxCardinality as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
MaxCardinality as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
MaxCardinality 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 addMaxCardinality(Thing1 value)
MaxCardinality 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 setMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MaxCardinality 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 setMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
MaxCardinality 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 setMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
MaxCardinality 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 setMaxCardinality(Thing1 value)
MaxCardinality 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 removeMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
MaxCardinality as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMaxCardinality(org.ontoware.rdf2go.model.node.Node value)
MaxCardinality as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
MaxCardinality 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 removeMaxCardinality(Thing1 value)
MaxCardinality 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 removeAllMaxCardinality(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
MaxCardinality.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllMaxCardinality()
MaxCardinality.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Members has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasMembers()
Members has at least one value set.public static boolean hasMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Members has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasMembers(org.ontoware.rdf2go.model.node.Node value)
Members 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> getAllMembers_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Members 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> getAllMembers_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Members as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllMembers_asNode()
Members as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllMembers_asNode_()
Members as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllMembers(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Members.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllMembers_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
Members as a ReactorResult of Thing1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<Thing1> getAllMembers()
Members.public org.ontoware.rdfreactor.runtime.ReactorResult<Thing1> getAllMembers_as()
Members as a ReactorResult of Thing1.public static void addMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Members as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addMembers(org.ontoware.rdf2go.model.node.Node value)
Members as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Members 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 addMembers(Thing1 value)
Members 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 setMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Members 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 setMembers(org.ontoware.rdf2go.model.node.Node value)
Members 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 setMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Members 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 setMembers(Thing1 value)
Members 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 removeMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Members as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeMembers(org.ontoware.rdf2go.model.node.Node value)
Members as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Thing1 value)
Members 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 removeMembers(Thing1 value)
Members 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 removeAllMembers(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Members.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllMembers()
Members.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
NamespaceAbbrev has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasNamespaceAbbrev()
NamespaceAbbrev has at least one value set.public static boolean hasNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev 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> getAllNamespaceAbbrev_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
NamespaceAbbrev 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> getAllNamespaceAbbrev_asNode_(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
NamespaceAbbrev as a ReactorResult of RDF2Go nodes.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Node> getAllNamespaceAbbrev_asNode()
NamespaceAbbrev as an Iterator over RDF2Go nodespublic org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllNamespaceAbbrev_asNode_()
NamespaceAbbrev as a ReactorResult of RDF2Go nodes.public static org.ontoware.aifbcommons.collection.ClosableIterator<NamespaceAbbreviation> getAllNamespaceAbbrev(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
NamespaceAbbrev.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.rdfreactor.runtime.ReactorResult<NamespaceAbbreviation> getAllNamespaceAbbrev_as(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
NamespaceAbbrev as a ReactorResult of NamespaceAbbreviation.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic org.ontoware.aifbcommons.collection.ClosableIterator<NamespaceAbbreviation> getAllNamespaceAbbrev()
NamespaceAbbrev.public org.ontoware.rdfreactor.runtime.ReactorResult<NamespaceAbbreviation> getAllNamespaceAbbrev_as()
NamespaceAbbrev as a ReactorResult of NamespaceAbbreviation.public static void addNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #add1static]public void addNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev as an RDF2Go Node.value - the value to be added
[Generated from RDFReactor template rule #add1dynamic]public static void addNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
NamespaceAbbreviation value)
NamespaceAbbrev from an instance of NamespaceAbbreviation.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - [Generated from RDFReactor template rule #add3static]public void addNamespaceAbbrev(NamespaceAbbreviation value)
NamespaceAbbrev from an instance of NamespaceAbbreviation.
[Generated from RDFReactor template rule #add4dynamic]public static void setNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev 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 setNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev 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 setNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
NamespaceAbbreviation value)
NamespaceAbbrev from an instance of NamespaceAbbreviation.
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 setNamespaceAbbrev(NamespaceAbbreviation value)
NamespaceAbbrev from an instance of NamespaceAbbreviation.
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 removeNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeNamespaceAbbrev(org.ontoware.rdf2go.model.node.Node value)
NamespaceAbbrev as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
NamespaceAbbreviation value)
NamespaceAbbrev given as an instance of NamespaceAbbreviation.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeNamespaceAbbrev(NamespaceAbbreviation value)
NamespaceAbbrev given as an instance of NamespaceAbbreviation.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllNamespaceAbbrev(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
NamespaceAbbrev.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllNamespaceAbbrev()
NamespaceAbbrev.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
TabNumber has at least one value set.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasTabNumber()
TabNumber has at least one value set.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetpublic static boolean hasTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
TabNumber has the given value (maybe among other values).
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasTabNumber(org.ontoware.rdf2go.model.node.Node value)
TabNumber has the given value (maybe among other values).
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetvalue - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getTabNumber_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
TabNumber as an RDF2Go Node.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getTabNumber_asNode()
TabNumber as an RDF2Go Node.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static Integer getTabNumber(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
TabNumber.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public Integer getTabNumber()
TabNumber.
This property has maxCardinality=1, that means the property takes only
a single value.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
TabNumber as an RDF2Go Node.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addTabNumber(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
TabNumber as an RDF2Go Node.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetvalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Integer value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
TabNumber from an instance of Integer.model - an RDF2Go modelinstanceResource - an RDF2Go resourceorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add7static]public void addTabNumber(Integer value) throws org.ontoware.rdfreactor.runtime.CardinalityException
TabNumber from an instance of Integer.org.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add8dynamic]public static void setTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
TabNumber 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: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setTabNumber(org.ontoware.rdf2go.model.node.Node value)
TabNumber 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: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetvalue - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Integer value)
TabNumber from an instance of Integer.
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 setTabNumber(Integer value)
TabNumber from an instance of Integer.
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 removeTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
TabNumber as an RDF2Go Node.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeTabNumber(org.ontoware.rdf2go.model.node.Node value)
TabNumber as an RDF2Go Node.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetvalue - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
Integer value)
TabNumber given as an instance of Integer.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeTabNumber(Integer value)
TabNumber given as an instance of Integer.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllTabNumber(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
TabNumber.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheetmodel - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllTabNumber()
TabNumber.
Comment from schema: Used by both and GH3S_TabInSpreadsheet and NVPairTabInSheet
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.