|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topbraid.spin.util.ModulesUtil
public class ModulesUtil
Utilities on SPIN modules.
Constructor Summary | |
---|---|
ModulesUtil()
|
Method Summary | |
---|---|
static RDFNode |
getBody(Resource module)
Gets the spin:body of a module, including inherited ones if the direct body is null. |
static java.util.Map<Property,RDFNode> |
getPotentialBindings(Module module,
RDFNode[] values)
Attempts to find "good" default bindings for a collection of RDFNode values at a given module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModulesUtil()
Method Detail |
---|
public static RDFNode getBody(Resource module)
module
- the module to get the body of
public static java.util.Map<Property,RDFNode> getPotentialBindings(Module module, RDFNode[] values)
module
- the module Resource to checkvalues
- the potential values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |