|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLLiteral
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Method Summary | ||
---|---|---|
void |
accept(OWLDataVisitor visitor)
|
|
|
accept(OWLDataVisitorEx<O> visitor)
|
|
OWLTypedLiteral |
asOWLStringLiteral()
If this literal is a typed (i.e. |
|
OWLStringLiteral |
asRDFTextLiteral()
If this literal is an RDFTextLiteral (i.e. |
|
java.lang.String |
getLiteral()
Gets the lexical value of this literal |
|
boolean |
isTyped()
Determines if this literal is typed (i.e. |
Methods inherited from interface org.semanticweb.owlapi.model.OWLAnnotationValue |
---|
accept, accept |
Method Detail |
---|
java.lang.String getLiteral()
boolean isTyped()
OWLTypedLiteral
)
true
if the literal is typed, otherwise false
false
OWLTypedLiteral asOWLStringLiteral()
isTyped
method returns true
then this method obtains this literal as a typed
literal. If isTyped
returns false
then calling this method will
cause an OWLRuntimeException
to be thrown.
OWLStringLiteral asRDFTextLiteral()
isTyped
method returns false
then this method obtains this literal as
an RDFTextLiteral. If the isTyped
method returns true
because this method is a typed literal, then calling this method will cause
an OWLRuntimeException
to be thrown.
void accept(OWLDataVisitor visitor)
<O> O accept(OWLDataVisitorEx<O> visitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |