public class InternalDatatype extends AtomicDataRange implements DLPredicate
| Modifier and Type | Field and Description |
|---|---|
static InternalDatatype |
RDFS_LITERAL
Literal.
|
| Modifier and Type | Method and Description |
|---|---|
static InternalDatatype |
create(String uri) |
int |
getArity() |
String |
getIRI() |
LiteralDataRange |
getNegation() |
boolean |
isAlwaysFalse() |
boolean |
isAlwaysTrue() |
boolean |
isInternalDatatype() |
String |
toString(Prefixes prefixes) |
isNegatedInternalDatatypepublic static final InternalDatatype RDFS_LITERAL
public String getIRI()
public int getArity()
getArity in interface DLPredicategetArity in class DataRangepublic LiteralDataRange getNegation()
getNegation in class AtomicDataRangepublic boolean isAlwaysTrue()
isAlwaysTrue in class DataRangepublic boolean isAlwaysFalse()
isAlwaysFalse in class DataRangepublic boolean isInternalDatatype()
isInternalDatatype in class LiteralDataRangepublic String toString(Prefixes prefixes)
toString in interface DLPredicatetoString in class DataRangeprefixes - prefixespublic static InternalDatatype create(String uri)
uri - iriCopyright © 2017. All Rights Reserved.