org.topbraidcomposer.gef.diagram.snapshots
Class CD

java.lang.Object
  extended by org.topbraidcomposer.gef.diagram.snapshots.CD

public class CD
extends java.lang.Object


Field Summary
static com.hp.hpl.jena.ontology.OntClass BNODE
           
static com.hp.hpl.jena.ontology.ObjectProperty CLASS
           
static com.hp.hpl.jena.ontology.OntClass DIAGRAM
           
static com.hp.hpl.jena.ontology.DatatypeProperty EXPRESSION
           
static com.hp.hpl.jena.ontology.DatatypeProperty HEIGHT
           
static com.hp.hpl.jena.ontology.ObjectProperty HOST_CLASS
           
static com.hp.hpl.jena.ontology.ObjectProperty HOST_PREDICATE
           
static com.hp.hpl.jena.rdf.model.Resource NAMESPACE
          The namespace of the vocabulary as a resource
static com.hp.hpl.jena.ontology.OntClass NODE
           
static com.hp.hpl.jena.ontology.ObjectProperty NODES
           
static java.lang.String NS
          The namespace of the vocabulary as a string
static com.hp.hpl.jena.ontology.ObjectProperty SELECTED_RESOURCE
           
static com.hp.hpl.jena.ontology.OntClass URINODE
           
static com.hp.hpl.jena.ontology.DatatypeProperty WIDTH
           
static com.hp.hpl.jena.ontology.DatatypeProperty X
           
static com.hp.hpl.jena.ontology.DatatypeProperty Y
           
 
Constructor Summary
CD()
           
 
Method Summary
static java.lang.String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE

The namespace of the vocabulary as a resource


SELECTED_RESOURCE

public static final com.hp.hpl.jena.ontology.ObjectProperty SELECTED_RESOURCE

HOST_CLASS

public static final com.hp.hpl.jena.ontology.ObjectProperty HOST_CLASS

CLASS

public static final com.hp.hpl.jena.ontology.ObjectProperty CLASS

HOST_PREDICATE

public static final com.hp.hpl.jena.ontology.ObjectProperty HOST_PREDICATE

NODES

public static final com.hp.hpl.jena.ontology.ObjectProperty NODES

Y

public static final com.hp.hpl.jena.ontology.DatatypeProperty Y

EXPRESSION

public static final com.hp.hpl.jena.ontology.DatatypeProperty EXPRESSION

HEIGHT

public static final com.hp.hpl.jena.ontology.DatatypeProperty HEIGHT

WIDTH

public static final com.hp.hpl.jena.ontology.DatatypeProperty WIDTH

X

public static final com.hp.hpl.jena.ontology.DatatypeProperty X

URINODE

public static final com.hp.hpl.jena.ontology.OntClass URINODE

NODE

public static final com.hp.hpl.jena.ontology.OntClass NODE

DIAGRAM

public static final com.hp.hpl.jena.ontology.OntClass DIAGRAM

BNODE

public static final com.hp.hpl.jena.ontology.OntClass BNODE
Constructor Detail

CD

public CD()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS