|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ProfileRegistry.getProfile(java.lang.String uri)
Answer the language profile for the given language URI, or null if not known. |
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. |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |