|
||||||||||
| 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 |
OntModelSpec.getProfile()
Answer the language profile for this ontology specification |
Profile |
OntResource.getProfile()
Answer the ontology language profile that governs the ontology model to which this ontology resource is attached. |
Profile |
OntModel.getProfile()
Answer the language profile (for example, OWL or DAML+OIL) that this model is working to. |
Profile |
ProfileRegistry.getProfile(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(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(String element,
Profile profile)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||