Package | Description |
---|---|
org.ontoware.rdfreactor.schema.owl |
Generated and hand-optimized classes for handling OWL represented as RDF.
|
Modifier and Type | Class and Description |
---|---|
class |
AllDifferent
This class manages access to these properties:
DistinctMembers
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
AnnotationProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DataRange
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DatatypeProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DeprecatedClass
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DeprecatedProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
FunctionalProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
InverseFunctionalProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
Nothing
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
ObjectProperty
This class manages access to these properties:
InverseOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
Ontology
This class manages access to these properties:
BackwardCompatibleWith
Imports
IncompatibleWith
PriorVersion
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OntologyProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlClass
This class manages access to these properties:
ComplementOf
DisjointWith
EquivalentClass
IntersectionOf
UnionOf
OneOf
SubClassOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlProperty
This class manages access to these properties:
Domain
Range
SubPropertyOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
Restriction
This class manages access to these properties:
AllValuesFrom
Cardinality
HasValue
MaxCardinality
MinCardinality
OnProperty
SomeValuesFrom
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
SymmetricProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
TransitiveProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
Modifier and Type | Method and Description |
---|---|
ReactorResult<OwlThing> |
OwlThing.getAllDifferentFrom_as()
Get all values of property DifferentFrom as a ReactorResult of OwlThing
|
static ReactorResult<OwlThing> |
OwlThing.getAllDifferentFrom_as(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as a ReactorResult of OwlThing
|
ClosableIterator<OwlThing> |
OwlThing.getAllDifferentFrom()
Get all values of property DifferentFrom * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
OwlThing.getAllDifferentFrom(Model model,
Resource instanceResource)
Get all values of property DifferentFrom * @param model an RDF2Go model
|
ReactorResult<OwlThing> |
OwlThing.getAllEquivalentProperty_as()
Get all values of property EquivalentProperty as a ReactorResult of Thing
|
static ReactorResult<OwlThing> |
OwlThing.getAllEquivalentProperty_as(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as a ReactorResult of Thing
|
ClosableIterator<OwlThing> |
OwlThing.getAllEquivalentProperty()
Get all values of property EquivalentProperty * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
OwlThing.getAllEquivalentProperty(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty * @param model an RDF2Go model
|
ReactorResult<OwlThing> |
Restriction.getAllHasValue_as()
Get all values of property HasValue as a ReactorResult of Thing
|
static ReactorResult<OwlThing> |
Restriction.getAllHasValue_as(Model model,
Resource instanceResource)
Get all values of property HasValue as a ReactorResult of Thing
|
ClosableIterator<OwlThing> |
Restriction.getAllHasValue()
Get all values of property HasValue * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
Restriction.getAllHasValue(Model model,
Resource instanceResource)
Get all values of property HasValue * @param model an RDF2Go model
|
static ReactorResult<? extends OwlThing> |
OwlThing.getAllInstance_as(Model model) |
ReactorResult<OwlThing> |
OwlThing.getAllSameAs_as()
Get all values of property SameAs as a ReactorResult of OwlThing
|
static ReactorResult<OwlThing> |
OwlThing.getAllSameAs_as(Model model,
Resource instanceResource)
Get all values of property SameAs as a ReactorResult of OwlThing
|
ClosableIterator<OwlThing> |
OwlThing.getAllSameAs()
Get all values of property SameAs * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
OwlThing.getAllSameAs(Model model,
Resource instanceResource)
Get all values of property SameAs * @param model an RDF2Go model
|
ReactorResult<OwlThing> |
OwlThing.getAllVersionInfo_as()
Get all values of property VersionInfo as a ReactorResult of Thing
|
static ReactorResult<OwlThing> |
OwlThing.getAllVersionInfo_as(Model model,
Resource instanceResource)
Get all values of property VersionInfo as a ReactorResult of Thing
|
ClosableIterator<OwlThing> |
OwlThing.getAllVersionInfo()
Get all values of property VersionInfo * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlThing> |
OwlThing.getAllVersionInfo(Model model,
Resource instanceResource)
Get all values of property VersionInfo * @param model an RDF2Go model
|
Modifier and Type | Method and Description |
---|---|
static void |
OwlThing.addDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property DifferentFrom from an instance of OwlThing
|
void |
OwlThing.addDifferentFrom(OwlThing value)
Adds a value to property DifferentFrom from an instance of OwlThing
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlThing.addEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property EquivalentProperty from an instance of Thing
|
void |
OwlThing.addEquivalentProperty(OwlThing value)
Adds a value to property EquivalentProperty from an instance of Thing
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
Restriction.addHasValue(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property HasValue from an instance of Thing
|
void |
Restriction.addHasValue(OwlThing value)
Adds a value to property HasValue from an instance of Thing
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlThing.addSameAs(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property SameAs from an instance of OwlThing
|
void |
OwlThing.addSameAs(OwlThing value)
Adds a value to property SameAs from an instance of OwlThing
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlThing.addVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Adds a value to property VersionInfo from an instance of Thing
|
void |
OwlThing.addVersionInfo(OwlThing value)
Adds a value to property VersionInfo from an instance of Thing
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlThing.removeDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property DifferentFrom given as an instance of OwlThing
|
void |
OwlThing.removeDifferentFrom(OwlThing value)
Removes a value of property DifferentFrom given as an instance of OwlThing
|
static void |
OwlThing.removeEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property EquivalentProperty given as an instance of Thing
|
void |
OwlThing.removeEquivalentProperty(OwlThing value)
Removes a value of property EquivalentProperty given as an instance of Thing
|
static void |
Restriction.removeHasValue(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property HasValue given as an instance of Thing
|
void |
Restriction.removeHasValue(OwlThing value)
Removes a value of property HasValue given as an instance of Thing
|
static void |
OwlThing.removeSameAs(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property SameAs given as an instance of OwlThing
|
void |
OwlThing.removeSameAs(OwlThing value)
Removes a value of property SameAs given as an instance of OwlThing
|
static void |
OwlThing.removeVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Removes a value of property VersionInfo given as an instance of Thing
|
void |
OwlThing.removeVersionInfo(OwlThing value)
Removes a value of property VersionInfo given as an instance of Thing
|
static void |
OwlThing.setDifferentFrom(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property DifferentFrom from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
void |
OwlThing.setDifferentFrom(OwlThing value)
Sets a value of property DifferentFrom from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
static void |
OwlThing.setEquivalentProperty(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property EquivalentProperty from an instance of Thing
First, all existing values are removed, then this value is added.
|
void |
OwlThing.setEquivalentProperty(OwlThing value)
Sets a value of property EquivalentProperty from an instance of Thing
First, all existing values are removed, then this value is added.
|
static void |
Restriction.setHasValue(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property HasValue from an instance of Thing
First, all existing values are removed, then this value is added.
|
void |
Restriction.setHasValue(OwlThing value)
Sets a value of property HasValue from an instance of Thing
First, all existing values are removed, then this value is added.
|
static void |
OwlThing.setSameAs(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property SameAs from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
void |
OwlThing.setSameAs(OwlThing value)
Sets a value of property SameAs from an instance of OwlThing
First, all existing values are removed, then this value is added.
|
static void |
OwlThing.setVersionInfo(Model model,
Resource instanceResource,
OwlThing value)
Sets a value of property VersionInfo from an instance of Thing
First, all existing values are removed, then this value is added.
|
void |
OwlThing.setVersionInfo(OwlThing value)
Sets a value of property VersionInfo from an instance of Thing
First, all existing values are removed, then this value is added.
|
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.