Package | Description |
---|---|
org.ontoware.rdfreactor.schema.owl |
Generated and hand-optimized classes for handling OWL represented as RDF.
|
org.ontoware.rdfreactor.schema.rdfs |
Generated and hand-optimized classes for handling RDFS represented as RDF.
|
Modifier and Type | Method and Description |
---|---|
ReactorResult<List> |
AllDifferent.getAllDistinctMembers_as()
Get all values of property DistinctMembers as a ReactorResult of List
|
static ReactorResult<List> |
AllDifferent.getAllDistinctMembers_as(Model model,
Resource instanceResource)
Get all values of property DistinctMembers as a ReactorResult of List
|
ClosableIterator<List> |
AllDifferent.getAllDistinctMembers()
Get all values of property DistinctMembers * @return a ClosableIterator
of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<List> |
AllDifferent.getAllDistinctMembers(Model model,
Resource instanceResource)
Get all values of property DistinctMembers * @param model an RDF2Go model
|
ReactorResult<List> |
OwlClass.getAllIntersectionOf_as()
Get all values of property IntersectionOf as a ReactorResult of List
|
static ReactorResult<List> |
OwlClass.getAllIntersectionOf_as(Model model,
Resource instanceResource)
Get all values of property IntersectionOf as a ReactorResult of List
|
ClosableIterator<List> |
OwlClass.getAllIntersectionOf()
Get all values of property IntersectionOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<List> |
OwlClass.getAllIntersectionOf(Model model,
Resource instanceResource)
Get all values of property IntersectionOf * @param model an RDF2Go model
|
ReactorResult<List> |
OwlClass.getAllOneOf_as()
Get all values of property OneOf as a ReactorResult of List
|
static ReactorResult<List> |
OwlClass.getAllOneOf_as(Model model,
Resource instanceResource)
Get all values of property OneOf as a ReactorResult of List
|
ClosableIterator<List> |
OwlClass.getAllOneOf()
Get all values of property OneOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<List> |
OwlClass.getAllOneOf(Model model,
Resource instanceResource)
Get all values of property OneOf * @param model an RDF2Go model
|
ReactorResult<List> |
OwlClass.getAllUnionOf_as()
Get all values of property UnionOf as a ReactorResult of List
|
static ReactorResult<List> |
OwlClass.getAllUnionOf_as(Model model,
Resource instanceResource)
Get all values of property UnionOf as a ReactorResult of List
|
ClosableIterator<List> |
OwlClass.getAllUnionOf()
Get all values of property UnionOf * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<List> |
OwlClass.getAllUnionOf(Model model,
Resource instanceResource)
Get all values of property UnionOf * @param model an RDF2Go model
|
Modifier and Type | Method and Description |
---|---|
void |
AllDifferent.addDistinctMembers(List value)
Adds a value to property DistinctMembers from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
AllDifferent.addDistinctMembers(Model model,
Resource instanceResource,
List value)
Adds a value to property DistinctMembers from an instance of List
|
void |
OwlClass.addIntersectionOf(List value)
Adds a value to property IntersectionOf from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlClass.addIntersectionOf(Model model,
Resource instanceResource,
List value)
Adds a value to property IntersectionOf from an instance of List
|
void |
OwlClass.addOneOf(List value)
Adds a value to property OneOf from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlClass.addOneOf(Model model,
Resource instanceResource,
List value)
Adds a value to property OneOf from an instance of List
|
void |
OwlClass.addUnionOf(List value)
Adds a value to property UnionOf from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
OwlClass.addUnionOf(Model model,
Resource instanceResource,
List value)
Adds a value to property UnionOf from an instance of List
|
void |
AllDifferent.removeDistinctMembers(List value)
Removes a value of property DistinctMembers given as an instance of List
|
static void |
AllDifferent.removeDistinctMembers(Model model,
Resource instanceResource,
List value)
Removes a value of property DistinctMembers given as an instance of List
|
void |
OwlClass.removeIntersectionOf(List value)
Removes a value of property IntersectionOf given as an instance of List
|
static void |
OwlClass.removeIntersectionOf(Model model,
Resource instanceResource,
List value)
Removes a value of property IntersectionOf given as an instance of List
|
void |
OwlClass.removeOneOf(List value)
Removes a value of property OneOf given as an instance of List
|
static void |
OwlClass.removeOneOf(Model model,
Resource instanceResource,
List value)
Removes a value of property OneOf given as an instance of List
|
void |
OwlClass.removeUnionOf(List value)
Removes a value of property UnionOf given as an instance of List
|
static void |
OwlClass.removeUnionOf(Model model,
Resource instanceResource,
List value)
Removes a value of property UnionOf given as an instance of List
|
void |
AllDifferent.setDistinctMembers(List value)
Sets a value of property DistinctMembers from an instance of List First,
all existing values are removed, then this value is added.
|
static void |
AllDifferent.setDistinctMembers(Model model,
Resource instanceResource,
List value)
Sets a value of property DistinctMembers from an instance of List First,
all existing values are removed, then this value is added.
|
void |
OwlClass.setIntersectionOf(List value)
Sets a value of property IntersectionOf from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setIntersectionOf(Model model,
Resource instanceResource,
List value)
Sets a value of property IntersectionOf from an instance of List
First, all existing values are removed, then this value is added.
|
void |
OwlClass.setOneOf(List value)
Sets a value of property OneOf from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setOneOf(Model model,
Resource instanceResource,
List value)
Sets a value of property OneOf from an instance of List
First, all existing values are removed, then this value is added.
|
void |
OwlClass.setUnionOf(List value)
Sets a value of property UnionOf from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
OwlClass.setUnionOf(Model model,
Resource instanceResource,
List value)
Sets a value of property UnionOf from an instance of List
First, all existing values are removed, then this value is added.
|
Modifier and Type | Method and Description |
---|---|
static ReactorResult<? extends List> |
List.getAllInstance_as(Model model) |
ReactorResult<List> |
List.getAllRest_as()
Get all values of property Rest as a ReactorResult of List
|
static ReactorResult<List> |
List.getAllRest_as(Model model,
Resource instanceResource)
Get all values of property Rest as a ReactorResult of List
|
ClosableIterator<List> |
List.getAllRest()
Get all values of property Rest * @return a ClosableIterator of $type
[Generated from RDFReactor template rule #get12dynamic]
|
static ClosableIterator<List> |
List.getAllRest(Model model,
Resource instanceResource)
Get all values of property Rest * @param model an RDF2Go model
|
Modifier and Type | Method and Description |
---|---|
void |
List.addRest(List value)
Adds a value to property Rest from an instance of List
[Generated from RDFReactor template rule #add4dynamic]
|
static void |
List.addRest(Model model,
Resource instanceResource,
List value)
Adds a value to property Rest from an instance of List
|
void |
List.removeRest(List value)
Removes a value of property Rest given as an instance of List
|
static void |
List.removeRest(Model model,
Resource instanceResource,
List value)
Removes a value of property Rest given as an instance of List
|
void |
List.setRest(List value)
Sets a value of property Rest from an instance of List
First, all existing values are removed, then this value is added.
|
static void |
List.setRest(Model model,
Resource instanceResource,
List value)
Sets a value of property Rest from an instance of List
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.