Uses of Interface
com.hp.hpl.jena.ontology.Profile

Packages that use Profile
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
 

Uses of Profile in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return Profile
 Profile OntResource.getProfile()
           Answer the ontology language profile that governs the ontology model to which this ontology resource is attached.
 Profile OntModelSpec.getProfile()
          Answer the language profile for this ontology specification
 Profile OntModel.getProfile()
           Answer the language profile (for example, OWL or DAML+OIL) that this model is working to.
 Profile ProfileRegistry.getProfile(java.lang.String uri)
           Answer the language profile for the given language URI, or null if not known.
 

Methods in com.hp.hpl.jena.ontology with parameters of type Profile
 void ProfileRegistry.registerProfile(java.lang.String uri, Profile profile)
           Add a language profile with the given URI key
 

Constructors in com.hp.hpl.jena.ontology with parameters of type Profile
ProfileException(java.lang.String element, Profile profile)
           
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP