org.topbraid.spin.vocabulary
Class SPL

java.lang.Object
  extended by org.topbraid.spin.vocabulary.SPL

public class SPL
extends java.lang.Object

Vocabulary of the SPIN Standard Modules Library (SPL).

Author:
Holger Knublauch

Field Summary
static Resource Argument
           
static Resource Attribute
           
static java.lang.String BASE_URI
           
static Property defaultValue
           
static Property maxCount
           
static Property minCount
           
static java.lang.String NS
           
static Resource objectCount
           
static Property optional
           
static Property predicate
           
static java.lang.String PREFIX
           
static Property valueType
           
 
Constructor Summary
SPL()
           
 
Method Summary
static Model getModel()
          Gets a Model with the content of the SPL namespace, from a file that is bundled with this API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URI

public static final java.lang.String BASE_URI
See Also:
Constant Field Values

NS

public static final java.lang.String NS
See Also:
Constant Field Values

PREFIX

public static final java.lang.String PREFIX
See Also:
Constant Field Values

Argument

public static final Resource Argument

Attribute

public static final Resource Attribute

objectCount

public static final Resource objectCount

defaultValue

public static final Property defaultValue

maxCount

public static final Property maxCount

minCount

public static final Property minCount

optional

public static final Property optional

predicate

public static final Property predicate

valueType

public static final Property valueType
Constructor Detail

SPL

public SPL()
Method Detail

getModel

public static Model getModel()
Gets a Model with the content of the SPL namespace, from a file that is bundled with this API.

Returns:
the namespace Model