public static class WonRdfUtils.NeedUtils
extends java.lang.Object
| Constructor and Description |
|---|
NeedUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
getNeedResource(org.apache.jena.query.Dataset dataset)
searches for a subject of type won:Need and returns the NeedURI
|
static org.apache.jena.rdf.model.Resource |
getNeedResource(org.apache.jena.rdf.model.Model model)
searches for a subject of type won:Need and returns the NeedURI
|
static java.net.URI |
getNeedURI(org.apache.jena.query.Dataset dataset)
searches for a subject of type won:Need and returns the NeedURI
|
static java.net.URI |
getNeedURI(org.apache.jena.rdf.model.Model model)
searches for a subject of type won:Need and returns the NeedURI
|
static java.net.URI |
getWonNodeURIFromNeed(org.apache.jena.query.Dataset dataset,
java.net.URI needURI) |
public static java.net.URI getNeedURI(org.apache.jena.query.Dataset dataset)
dataset - Dataset object which will be searched for the NeedURIURI which is of type won:Needpublic static java.net.URI getNeedURI(org.apache.jena.rdf.model.Model model)
model - Model object which will be searched for the NeedURIURI which is of type won:Needpublic static org.apache.jena.rdf.model.Resource getNeedResource(org.apache.jena.rdf.model.Model model)
model - Model object which will be searched for the NeedURIURI which is of type won:Needpublic static org.apache.jena.rdf.model.Resource getNeedResource(org.apache.jena.query.Dataset dataset)
dataset - Dataset object which will be searched for the NeedURIURI which is of type won:Needpublic static java.net.URI getWonNodeURIFromNeed(org.apache.jena.query.Dataset dataset,
java.net.URI needURI)
Copyright © 2018. All Rights Reserved.