edu.stanford.db.rdf.vocabulary.order_20000527
Class RDFX

java.lang.Object
  |
  +--edu.stanford.db.rdf.vocabulary.order_20000527.RDFX

public class RDFX
extends java.lang.Object

This class provides convenient access to schema information. DO NOT MODIFY THIS FILE. It was generated automatically by edu.stanford.db.rdf.vocabulary.Generator


Field Summary
static java.lang.String _Namespace
          Namespace URI of this schema
static Resource backwardOrder
          Identifies the backward order of the relationship in a statement.
static Resource order
          Identifies the forward order of the relationship in a statement.
 
Constructor Summary
RDFX()
           
 
Method Summary
static void setNodeFactory(NodeFactory f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Namespace

public static final java.lang.String _Namespace
Namespace URI of this schema

backwardOrder

public static Resource backwardOrder
Identifies the backward order of the relationship in a statement.

order

public static Resource order
Identifies the forward order of the relationship in a statement.
Constructor Detail

RDFX

public RDFX()
Method Detail

setNodeFactory

public static void setNodeFactory(NodeFactory f)
                           throws ModelException