org.mulgara.mrg.vocab.uri
Class RS

java.lang.Object
  extended by org.mulgara.mrg.vocab.uri.RS

public class RS
extends Object

A class for holding the Result Set vocabulary.


Field Summary
static String BASE
          The ResultSet namespace.
static URI BINDING
          The property for identifying bindings for a solution
static URI BOOLEAN
          The property for linking a boolean result to results
static URI INDEX
          The property for indexing a binding in order
static String pREFIX
          The QName prefix for ResultSet
static URI RESULT_SET
          The type for result sets
static URI RESULT_VARIABLE
          The property for refering to result variables
static URI SOLUTION
          The property for identifying solutions
static URI VALUE
          The property for linking a binding to its value
static URI VARIABLE
          The property for linking a binding to its variable name
 
Constructor Summary
RS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pREFIX

public static final String pREFIX
The QName prefix for ResultSet

See Also:
Constant Field Values

BASE

public static final String BASE
The ResultSet namespace.

See Also:
Constant Field Values

RESULT_SET

public static final URI RESULT_SET
The type for result sets


RESULT_VARIABLE

public static final URI RESULT_VARIABLE
The property for refering to result variables


SOLUTION

public static final URI SOLUTION
The property for identifying solutions


BINDING

public static final URI BINDING
The property for identifying bindings for a solution


VARIABLE

public static final URI VARIABLE
The property for linking a binding to its variable name


VALUE

public static final URI VALUE
The property for linking a binding to its value


INDEX

public static final URI INDEX
The property for indexing a binding in order


BOOLEAN

public static final URI BOOLEAN
The property for linking a boolean result to results

Constructor Detail

RS

public RS()


Copyright © 2011. All Rights Reserved.