edu.stanford.smi.protegex.owl.ui.forms
Class FormsNames

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.ui.forms.FormsNames

public class FormsNames
extends Object

Vocabulary definitions from file:/C:/protege-owl/owl/schemagen-temp.owl

Author:
Auto-generated by schemagen on 27 Oct 2005 13:05

Field Summary
static com.hp.hpl.jena.ontology.ObjectProperty forClass
           
static com.hp.hpl.jena.ontology.OntClass FormWidget
           
static com.hp.hpl.jena.ontology.ObjectProperty forProperty
           
static com.hp.hpl.jena.ontology.ObjectProperty layoutData
           
static com.hp.hpl.jena.ontology.OntClass LayoutData
           
private static com.hp.hpl.jena.ontology.OntModel m_model
          The ontology model that holds the vocabulary terms
static com.hp.hpl.jena.rdf.model.Resource NAMESPACE
          The namespace of the vocabulary as a resource
static String NS
          The namespace of the vocabulary as a string
static com.hp.hpl.jena.ontology.DatatypeProperty preferredHeight
           
static com.hp.hpl.jena.ontology.DatatypeProperty preferredWidth
           
static com.hp.hpl.jena.ontology.OntClass Widget
           
static com.hp.hpl.jena.ontology.ObjectProperty widgets
           
 
Constructor Summary
FormsNames()
           
 
Method Summary
static 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

m_model

private static com.hp.hpl.jena.ontology.OntModel m_model

The ontology model that holds the vocabulary terms


NS

public static final 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


forClass

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

forProperty

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

layoutData

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

widgets

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

preferredWidth

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

preferredHeight

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

LayoutData

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

FormWidget

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

Widget

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

FormsNames

public FormsNames()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS