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

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

public class ProtegeFormsNames
extends Object

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

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

Field Summary
static com.hp.hpl.jena.ontology.OntClass HeaderWidget
           
static com.hp.hpl.jena.ontology.DatatypeProperty javaClassName
           
private static com.hp.hpl.jena.ontology.OntModel m_model
          The ontology model that holds the vocabulary terms
static com.hp.hpl.jena.ontology.OntClass MultiLiteralWidget
           
static com.hp.hpl.jena.ontology.OntClass MultiResourceWidget
           
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.OntClass OWLDatatypePropertyTypesWidget
           
static com.hp.hpl.jena.ontology.OntClass OWLDomainWidget
           
static com.hp.hpl.jena.ontology.OntClass OWLObjectPropertyTypesWidget
           
static com.hp.hpl.jena.ontology.OntClass OWLRangeWidget
           
static com.hp.hpl.jena.ontology.OntClass RDFPropertyTypesWidget
           
static com.hp.hpl.jena.ontology.OntClass SingleLiteralWidget
           
static com.hp.hpl.jena.ontology.OntClass SingleResourceWidget
           
 
Constructor Summary
ProtegeFormsNames()
           
 
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


javaClassName

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

HeaderWidget

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

SingleResourceWidget

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

OWLRangeWidget

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

MultiLiteralWidget

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

OWLDatatypePropertyTypesWidget

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

SingleLiteralWidget

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

OWLDomainWidget

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

MultiResourceWidget

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

RDFPropertyTypesWidget

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

OWLObjectPropertyTypesWidget

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

ProtegeFormsNames

public ProtegeFormsNames()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS