T - typeE - elementpublic interface DatatypeCombination<T,E>
| Modifier and Type | Method and Description |
|---|---|
T |
add(E d) |
boolean |
emptyValueSpace() |
org.semanticweb.owlapi.model.IRI |
getDatatypeIRI() |
Datatype<?> |
getHost() |
Iterable<E> |
getList() |
boolean |
isCompatible(Datatype<?> type) |
boolean |
isCompatible(Literal<?> l) |
boolean |
isContradictory(Datatype<?> type) |
boolean isCompatible(Datatype<?> type)
type - typeboolean isCompatible(Literal<?> l)
l - literalboolean isContradictory(Datatype<?> type)
type - typeorg.semanticweb.owlapi.model.IRI getDatatypeIRI()
boolean emptyValueSpace()
Datatype<?> getHost()
Copyright © 2016 The University of Manchester. All rights reserved.