Package | Description |
---|---|
org.ontoware.rdfreactor.schema.rdfs |
Generated and hand-optimized classes for handling RDFS represented as RDF.
|
Modifier and Type | Class and Description |
---|---|
class |
Datatype
This class was generated by RDFReactor on 26.01.08 12:44
|
Modifier and Type | Method and Description |
---|---|
ReactorResult<Class> |
Property.getAllDomain_as()
Get all values of property Domain as a ReactorResult of Class
|
static ReactorResult<Class> |
Property.getAllDomain_as(Model model,
Resource instanceResource)
Get all values of property Domain as a ReactorResult of Class
|
ClosableIterator<Class> |
Property.getAllDomain()
Get all values of property Domain * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Class> |
Property.getAllDomain(Model model,
Resource instanceResource)
Get all values of property Domain * @param model an RDF2Go model
|
static ReactorResult<? extends Class> |
Class.getAllInstance_as(Model model) |
ReactorResult<Class> |
Property.getAllRange_as()
Get all values of property Range as a ReactorResult of Class
|
static ReactorResult<Class> |
Property.getAllRange_as(Model model,
Resource instanceResource)
Get all values of property Range as a ReactorResult of Class
|
ClosableIterator<Class> |
Property.getAllRange()
Get all values of property Range * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Class> |
Property.getAllRange(Model model,
Resource instanceResource)
Get all values of property Range * @param model an RDF2Go model
|
ReactorResult<Class> |
Class.getAllSubClassOf_as()
Get all values of property SubClassOf as a ReactorResult of Class
|
static ReactorResult<Class> |
Class.getAllSubClassOf_as(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a ReactorResult of Class
|
ClosableIterator<Class> |
Class.getAllSubClassOf()
Get all values of property SubClassOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Class> |
Class.getAllSubClassOf(Model model,
Resource instanceResource)
Get all values of property SubClassOf * @param model an RDF2Go model
|
ReactorResult<Class> |
Resource.getAllType_as()
Get all values of property Type as a ReactorResult of Class
|
static ReactorResult<Class> |
Resource.getAllType_as(Model model,
Resource instanceResource)
Get all values of property Type as a ReactorResult of Class
|
ClosableIterator<Class> |
Resource.getAllType()
Get all values of property Type * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Class> |
Resource.getAllType(Model model,
Resource instanceResource)
Get all values of property Type * @param model an RDF2Go model
|
Modifier and Type | Method and Description |
---|---|
void |
Property.addDomain(Class value)
Adds a value to property Domain from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
Property.addDomain(Model model,
Resource instanceResource,
Class value)
Adds a value to property Domain from an instance of Class
|
void |
Property.addRange(Class value)
Adds a value to property Range from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
Property.addRange(Model model,
Resource instanceResource,
Class value)
Adds a value to property Range from an instance of Class
|
void |
Class.addSubClassOf(Class value)
Adds a value to property SubClassOf from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
Class.addSubClassOf(Model model,
Resource instanceResource,
Class value)
Adds a value to property SubClassOf from an instance of Class
|
void |
Resource.addType(Class value)
Adds a value to property Type from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
Resource.addType(Model model,
Resource instanceResource,
Class value)
Adds a value to property Type from an instance of Class
|
void |
Property.removeDomain(Class value)
Removes a value of property Domain given as an instance of Class
|
static void |
Property.removeDomain(Model model,
Resource instanceResource,
Class value)
Removes a value of property Domain given as an instance of Class
|
void |
Property.removeRange(Class value)
Removes a value of property Range given as an instance of Class
|
static void |
Property.removeRange(Model model,
Resource instanceResource,
Class value)
Removes a value of property Range given as an instance of Class
|
void |
Class.removeSubClassOf(Class value)
Removes a value of property SubClassOf given as an instance of Class
|
static void |
Class.removeSubClassOf(Model model,
Resource instanceResource,
Class value)
Removes a value of property SubClassOf given as an instance of Class
|
void |
Resource.removeType(Class value)
Removes a value of property Type given as an instance of Class
|
static void |
Resource.removeType(Model model,
Resource instanceResource,
Class value)
Removes a value of property Type given as an instance of Class
|
void |
Property.setDomain(Class value)
Sets a value of property Domain from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Property.setDomain(Model model,
Resource instanceResource,
Class value)
Sets a value of property Domain from an instance of Class
First, all existing values are removed, then this value is added.
|
void |
Property.setRange(Class value)
Sets a value of property Range from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Property.setRange(Model model,
Resource instanceResource,
Class value)
Sets a value of property Range from an instance of Class
First, all existing values are removed, then this value is added.
|
void |
Class.setSubClassOf(Class value)
Sets a value of property SubClassOf from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Class.setSubClassOf(Model model,
Resource instanceResource,
Class value)
Sets a value of property SubClassOf from an instance of Class
First, all existing values are removed, then this value is added.
|
void |
Resource.setType(Class value)
Sets a value of property Type from an instance of Class
First, all existing values are removed, then this value is added.
|
static void |
Resource.setType(Model model,
Resource instanceResource,
Class value)
Sets a value of property Type from an instance of Class
First, all existing values are removed, then this value is added.
|
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.