public interface Facet
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.vocab.OWLFacet |
facet() |
String |
getURI() |
boolean |
isNumberFacet() |
Comparable |
parse(Object value) |
<T extends Comparable<T>> |
parseNumber(Object value)
This is a convenience method that enables each facet to parse its values
without client code having to worry whether the values are literals or
strings - the typing is known to the facet implementation
|
<T extends Comparable<T>> T parseNumber(Object value)
T - typevalue - valueComparable parse(Object value)
value - valueboolean isNumberFacet()
String getURI()
org.semanticweb.owlapi.vocab.OWLFacet facet()
Copyright © 2018 The University of Manchester. All rights reserved.