Package | Description |
---|---|
org.ontoware.rdfreactor.runtime |
Generic methods for mapping object-oriented world to RDF triple world.
|
Modifier and Type | Method and Description |
---|---|
static void |
Base.add(Model model,
Resource resourceSubject,
URI propertyURI,
Object value,
int maxCardinality) |
boolean |
ReactorBase.add(URI prop,
Object o,
int maxCard)
Adds a statement (this, prop, o) if the number of statements matching
(this, prop, x) is less then maxCard
|
boolean |
ReactorBaseImpl.add(URI property,
Object object,
int maxCard)
Adds a statement (this, prop, o) if the number of statements matching
(this, prop, x) is less then maxCard
|
static void |
Base.remove(Model model,
Resource resourceSubject,
URI propertyURI,
Object value,
int minCardinality) |
boolean |
ReactorBase.remove(URI prop,
Object o,
int minCard)
Tries to remove a statement (this, prop, o) if the number of statements
matching (this, prop, x) in the model is less then minCard
|
boolean |
ReactorBaseImpl.remove(URI prop,
Object o,
int minCard)
Tries to remove a statement (this, prop, o) if the number of statements
matching (this, prop, x) in the model is less then minCard
|
void |
ReactorBase.setAll(URI prop,
Object[] o,
int maxCard)
Removes all statements (this, prop, x) and sets anew: (this, prop, o[0]),
(this, prop, o[1]), ...
|
void |
ReactorBaseImpl.setAll(URI prop,
Object[] o,
int maxCard)
Removes all statements (this, prop, x) and sets anew: (this, prop, o[0]),
(this, prop, o[1]), ...
|
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.