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 |
ContainerMembershipProperty
This class was generated by RDFReactor on 26.01.08 12:44
|
Modifier and Type | Method and Description |
---|---|
static ReactorResult<? extends Property> |
Property.getAllInstance_as(Model model) |
ReactorResult<Property> |
Property.getAllSubPropertyOf_as()
Get all values of property SubPropertyOf as a ReactorResult of Property
|
static ReactorResult<Property> |
Property.getAllSubPropertyOf_as(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of Property
|
ClosableIterator<Property> |
Property.getAllSubPropertyOf()
Get all values of property SubPropertyOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<Property> |
Property.getAllSubPropertyOf(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf * @param model an RDF2Go model
|
Modifier and Type | Method and Description |
---|---|
static void |
Property.addSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Adds a value to property SubPropertyOf from an instance of Property
|
void |
Property.addSubPropertyOf(Property value)
Adds a value to property SubPropertyOf from an instance of Property
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
Property.removeSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Removes a value of property SubPropertyOf given as an instance of Property
|
void |
Property.removeSubPropertyOf(Property value)
Removes a value of property SubPropertyOf given as an instance of Property
|
static void |
Property.setSubPropertyOf(Model model,
Resource instanceResource,
Property value)
Sets a value of property SubPropertyOf from an instance of Property
First, all existing values are removed, then this value is added.
|
void |
Property.setSubPropertyOf(Property 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–2019 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.