| Package | Description |
|---|---|
| org.topbraid.spin.model |
The SPIN object model (subclasses of Jena Resource).
|
| org.topbraid.spin.model.impl | |
| org.topbraid.spin.util |
Various utilities that don't fit elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
static Argument |
SPINFactory.createArgument(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Property argProperty,
org.apache.jena.rdf.model.Resource argType,
boolean optional)
Creates an spl:Argument with a given property and value type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
Module.getArguments(boolean ordered)
Gets a List of all declared Arguments.
|
Map<String,Argument> |
Module.getArgumentsMap()
Gets a Map of variable names to Arguments.
|
Map<Argument,org.apache.jena.rdf.model.RDFNode> |
TemplateCall.getArgumentsMap()
Gets a Map from ArgumentDescriptors to RDFNodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
ModuleImpl.getArguments(boolean ordered) |
Map<String,Argument> |
ModuleImpl.getArgumentsMap() |
Map<Argument,org.apache.jena.rdf.model.RDFNode> |
TemplateCallImpl.getArgumentsMap() |
| Modifier and Type | Method and Description |
|---|---|
static Argument |
SPLUtil.getArgument(org.apache.jena.rdf.model.Resource subject,
org.apache.jena.rdf.model.Property predicate)
Gets any declared spl:Argument that is attached to the types of a given
subject (or its superclasses) via spin:constraint, that has a given predicate
as its spl:predicate.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.