|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLDatatype
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Method Summary | |
---|---|
OWL2Datatype |
getBuiltInDatatype()
Gets the built in datatype information if this datatype is a built in datatype. |
boolean |
isBoolean()
|
boolean |
isDouble()
|
boolean |
isFloat()
|
boolean |
isInteger()
|
boolean |
isString()
|
Methods inherited from interface org.semanticweb.owlapi.model.OWLDataRange |
---|
accept, accept, asOWLDatatype, getDataRangeType, isDatatype, isTopDatatype |
Methods inherited from interface org.semanticweb.owlapi.model.OWLEntity |
---|
accept, accept, asOWLAnnotationProperty, asOWLClass, asOWLDataProperty, asOWLDatatype, asOWLNamedIndividual, asOWLObjectProperty, getAnnotationAssertionAxioms, getAnnotations, getAnnotations, getEntityType, getOWLEntity, isBottomEntity, isBuiltIn, isOWLAnnotationProperty, isOWLClass, isOWLDataProperty, isOWLDatatype, isOWLNamedIndividual, isOWLObjectProperty, isTopEntity, isType, toStringID |
Methods inherited from interface org.semanticweb.owlapi.model.OWLNamedObject |
---|
accept, getIRI |
Method Detail |
---|
OWL2Datatype getBuiltInDatatype()
true
OWLRuntimeException
- if this datatype is not a built in datatype.boolean isString()
boolean isInteger()
boolean isFloat()
boolean isDouble()
boolean isBoolean()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |