|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.ontology.ProfileRegistry
Provides a means to map between the URI's that represent ontology languages and their language profiles.
Field Summary | |
static java.lang.String |
DAML_LANG
The URI that maps to the language profile for DAML+OIL |
static java.lang.String |
OWL_DL_LANG
The URI that maps to the language profile for OWL (DL) |
static java.lang.String |
OWL_LANG
The URI that maps to the language profile for OWL (full) |
static java.lang.String |
OWL_LITE_LANG
The URI that maps to the language profile for OWL (lite) |
static java.lang.String |
RDFS_LANG
The URI that maps to the language profile for RDFS |
Method Summary | |
static ProfileRegistry |
getInstance()
Answer the singleton instance |
Profile |
getProfile(java.lang.String uri)
Answer the language profile for the given language URI, or null if not known. |
void |
registerProfile(java.lang.String uri,
Profile profile)
Add a language profile with the given URI key |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String OWL_LANG
public static final java.lang.String OWL_DL_LANG
public static final java.lang.String OWL_LITE_LANG
public static final java.lang.String DAML_LANG
public static final java.lang.String RDFS_LANG
Method Detail |
public static ProfileRegistry getInstance()
Answer the singleton instance
public void registerProfile(java.lang.String uri, Profile profile)
Add a language profile with the given URI key
uri
- The URI denoting the languageprofile
- The language profile for the languagepublic Profile getProfile(java.lang.String uri)
Answer the language profile for the given language URI, or null if not known.
uri
- A URI denoting an ontology language
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |