org.mulgara.mrg.vocab
Class RS

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

public class RS
extends Object

A class for holding the Result Set vocabulary.


Field Summary
static Uri BASE_URI
          The URI of the RS name space.
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 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

BASE_URI

public static final Uri BASE_URI
The URI of the RS name space.


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.