Package | Description |
---|---|
org.ontoware.rdfreactor.schema.bootstrap |
Modifier and Type | Method and Description |
---|---|
List<Class> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asList()
Get all values of property AllValuesFrom as a List of Class
|
static List<Class> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asList(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a List of Class
|
ClosableIterator<Class> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom()
Get all values of property AllValuesFrom *
|
static ClosableIterator<Class> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom *
|
List<Class> |
Property.getAllDomain_asList()
Get all values of property Domain as a List of Class
|
static List<Class> |
Property.getAllDomain_asList(Model model,
Resource instanceResource)
Get all values of property Domain as a List 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
|
static ReactorResult<? extends Class> |
Class.getAllInstance_as(Model model) |
static List<Class> |
Class.getAllInstances_asList(Model m) |
List<Class> |
Property.getAllRange_asList()
Get all values of property Range as a List of Class
|
static List<Class> |
Property.getAllRange_asList(Model model,
Resource instanceResource)
Get all values of property Range as a List 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
|
List<Class> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asList()
Get all values of property SomeValuesFrom as a List of Class
|
static List<Class> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asList(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a List of Class
|
ClosableIterator<Class> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom()
Get all values of property SomeValuesFrom *
|
static ClosableIterator<Class> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom *
|
List<Class> |
Class.getAllSubClassOf_asList()
Get all values of property SubClassOf as a List of Class
|
static List<Class> |
Class.getAllSubClassOf_asList(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a List 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
|
List<Class> |
Resource.getAllType_asList()
Get all values of property Type as a List of Class
|
static List<Class> |
Resource.getAllType_asList(Model model,
Resource instanceResource)
Get all values of property Type as a List of Class
|
ClosableIterator<Class> |
Resource.getAllType()
Get all values of property Type
|
static ClosableIterator<Class> |
Resource.getAllType(Model model,
Resource instanceResource)
Get all values of property Type
|
Modifier and Type | Method and Description |
---|---|
void |
OWL_Protege_NRL_Restriction.addAllValuesFrom(Class value)
Adds a value to property AllValuesFrom from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OWL_Protege_NRL_Restriction.addAllValuesFrom(Model model,
Resource instanceResource,
Class value)
Adds a value to property AllValuesFrom from an instance of Class
|
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 |
OWL_Protege_NRL_Restriction.addSomeValuesFrom(Class value)
Adds a value to property SomeValuesFrom from an instance of Class
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OWL_Protege_NRL_Restriction.addSomeValuesFrom(Model model,
Resource instanceResource,
Class value)
Adds a value to property SomeValuesFrom 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 |
OWL_Protege_NRL_Restriction.removeAllValuesFrom(Class value)
Removes a value of property AllValuesFrom given as an instance of Class
|
static void |
OWL_Protege_NRL_Restriction.removeAllValuesFrom(Model model,
Resource instanceResource,
Class value)
Removes a value of property AllValuesFrom given as 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 |
OWL_Protege_NRL_Restriction.removeSomeValuesFrom(Class value)
Removes a value of property SomeValuesFrom given as an instance of Class
|
static void |
OWL_Protege_NRL_Restriction.removeSomeValuesFrom(Model model,
Resource instanceResource,
Class value)
Removes a value of property SomeValuesFrom 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 |
OWL_Protege_NRL_Restriction.setAllValuesFrom(Class value)
Sets a value of property AllValuesFrom from an instance of Class First,
all existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setAllValuesFrom(Model model,
Resource instanceResource,
Class value)
Sets a value of property AllValuesFrom from an instance of Class First,
all existing values are removed, then this value is added.
|
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 |
OWL_Protege_NRL_Restriction.setSomeValuesFrom(Class value)
Sets a value of property SomeValuesFrom from an instance of Class First,
all existing values are removed, then this value is added.
|
static void |
OWL_Protege_NRL_Restriction.setSomeValuesFrom(Model model,
Resource instanceResource,
Class value)
Sets a value of property SomeValuesFrom 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–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.