org.topbraid.core.composite
Class COMPOSITE

java.lang.Object
  extended by org.topbraid.core.composite.COMPOSITE

public class COMPOSITE
extends java.lang.Object

Constants to access the composite namespace in Java.

Author:
Holger Knublauch

Field Summary
static java.lang.String BASE_URI
           
static com.hp.hpl.jena.rdf.model.Property child
           
static com.hp.hpl.jena.rdf.model.Property index
           
static java.lang.String NS
           
static com.hp.hpl.jena.rdf.model.Property parent
           
static java.lang.String PREFIX
           
 
Constructor Summary
COMPOSITE()
           
 
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 java.lang.String BASE_URI
See Also:
Constant Field Values

PREFIX

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

NS

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

child

public static final com.hp.hpl.jena.rdf.model.Property child

index

public static final com.hp.hpl.jena.rdf.model.Property index

parent

public static final com.hp.hpl.jena.rdf.model.Property parent
Constructor Detail

COMPOSITE

public COMPOSITE()