public class ModulesUtil extends Object
| Constructor and Description |
|---|
ModulesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.RDFNode |
getBody(org.apache.jena.rdf.model.Resource module)
Gets the spin:body of a module, including inherited ones if the
direct body is null.
|
static Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> |
getPotentialBindings(Module module,
org.apache.jena.rdf.model.RDFNode[] values)
Attempts to find "good" default bindings for a collection of RDFNode values
at a given module.
|
public static org.apache.jena.rdf.model.RDFNode getBody(org.apache.jena.rdf.model.Resource module)
module - the module to get the body ofpublic static Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> getPotentialBindings(Module module, org.apache.jena.rdf.model.RDFNode[] values)
module - the module Resource to checkvalues - the potential valuesCopyright © 2017 TopQuadrant, Inc.. All rights reserved.