Package | Description |
---|---|
org.ontoware.rdfreactor.runtime |
Generic methods for mapping object-oriented world to RDF triple world.
|
org.ontoware.rdfreactor.runtime.converter |
Implementations of
INodeConverter . |
Modifier and Type | Method and Description |
---|---|
static Object |
Base.get(Model model,
Resource resourceSubject,
URI propertyURI,
Class<?> returnType) |
Object |
ReactorBaseImpl.get(URI prop,
Class<?> returnType)
Returns the first x in (this, prop, x) if such a statement is in the
model.
|
Object |
ReactorBase.get(URI prop,
Class<?> returnType)
This method is useful for functional properties.
|
static Object |
BridgeBase.getValue(Model model,
Resource resourceSubject,
URI propertyURI,
Class<?> returnType)
Return the first x with matching statement (resourceObject, propertyURI,
x) from the given model.
|
Modifier and Type | Method and Description |
---|---|
static Calendar |
CalendarConverter.parseXSDDateTime_toCalendar(String s)
Parses the supplied calendar value string and returns its value.
|
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.