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 |
AnnotationProperty
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 |
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 |
ObjectProperty
This class manages access to these properties:
InverseOf
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 |
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 |
---|---|
static ReactorResult<? extends OwlProperty> |
OwlProperty.getAllInstance_as(Model model) |
ReactorResult<OwlProperty> |
Restriction.getAllOnProperty_as()
Get all values of property OnProperty as a ReactorResult of Property
|
static ReactorResult<OwlProperty> |
Restriction.getAllOnProperty_as(Model model,
Resource instanceResource)
Get all values of property OnProperty as a ReactorResult of Property
|
ClosableIterator<OwlProperty> |
Restriction.getAllOnProperty()
Get all values of property OnProperty * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlProperty> |
Restriction.getAllOnProperty(Model model,
Resource instanceResource)
Get all values of property OnProperty * @param model an RDF2Go model
|
ReactorResult<OwlProperty> |
OwlProperty.getAllSubPropertyOf_as()
Get all values of property SubPropertyOf as a ReactorResult of Property
|
static ReactorResult<OwlProperty> |
OwlProperty.getAllSubPropertyOf_as(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of Property
|
ClosableIterator<OwlProperty> |
OwlProperty.getAllSubPropertyOf()
Get all values of property SubPropertyOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<OwlProperty> |
OwlProperty.getAllSubPropertyOf(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf * @param model an RDF2Go model
|
Modifier and Type | Method and Description |
---|---|
static void |
Restriction.addOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Adds a value to property OnProperty from an instance of Property
|
void |
Restriction.addOnProperty(OwlProperty value)
Adds a value to property OnProperty from an instance of Property
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlProperty.addSubPropertyOf(Model model,
Resource instanceResource,
OwlProperty value)
Adds a value to property SubPropertyOf from an instance of Property
|
void |
OwlProperty.addSubPropertyOf(OwlProperty value)
Adds a value to property SubPropertyOf from an instance of Property
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
Restriction.removeOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Removes a value of property OnProperty given as an instance of Property
|
void |
Restriction.removeOnProperty(OwlProperty value)
Removes a value of property OnProperty given as an instance of Property
|
static void |
OwlProperty.removeSubPropertyOf(Model model,
Resource instanceResource,
OwlProperty value)
Removes a value of property SubPropertyOf given as an instance of Property
|
void |
OwlProperty.removeSubPropertyOf(OwlProperty value)
Removes a value of property SubPropertyOf given as an instance of Property
|
static void |
Restriction.setOnProperty(Model model,
Resource instanceResource,
OwlProperty value)
Sets a value of property OnProperty from an instance of Property
First, all existing values are removed, then this value is added.
|
void |
Restriction.setOnProperty(OwlProperty value)
Sets a value of property OnProperty from an instance of Property
First, all existing values are removed, then this value is added.
|
static void |
OwlProperty.setSubPropertyOf(Model model,
Resource instanceResource,
OwlProperty value)
Sets a value of property SubPropertyOf from an instance of Property
First, all existing values are removed, then this value is added.
|
void |
OwlProperty.setSubPropertyOf(OwlProperty value)
Sets a value of property SubPropertyOf from an instance of Property
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.