|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OWLUntypedConstant
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
| Method Summary | |
|---|---|
java.lang.String |
getLang()
Gets the language tag (if present) |
boolean |
hasLang()
Language tags on untyped constants are optional. |
boolean |
hasLang(java.lang.String lang)
Determines if this constant has a specific language tag. |
| Methods inherited from interface org.semanticweb.owl.model.OWLConstant |
|---|
accept, accept, asOWLTypedConstant, asOWLUntypedConstant, getLiteral, isTyped |
| Methods inherited from interface org.semanticweb.owl.model.OWLObject |
|---|
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getIndividualsInSignature, getObjectPropertiesInSignature, getSignature |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getLang()
String which represents the langauge tag,
or null if there is no language tagboolean hasLang()
true if there is a language tag, or
false if there is not a langauge tag.boolean hasLang(java.lang.String lang)
lang - The specific lang to test for.
true if this constant has the specified
langauge tag, or false if this constant does not
have a language tag or if this constant has a language tag that
is not equal to the specified language tag.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||