public class AtomicConcept extends LiteralConcept implements DLPredicate
| Modifier and Type | Field and Description |
|---|---|
static AtomicConcept |
INTERNAL_NAMED
Internal.
|
static AtomicConcept |
NOTHING
Nothing.
|
static AtomicConcept |
THING
Thing.
|
| Modifier and Type | Method and Description |
|---|---|
static AtomicConcept |
create(String uri) |
int |
getArity() |
String |
getIRI() |
LiteralConcept |
getNegation() |
boolean |
isAlwaysFalse() |
boolean |
isAlwaysTrue() |
String |
toString(Prefixes prefixes) |
public static final AtomicConcept THING
public static final AtomicConcept NOTHING
public static final AtomicConcept INTERNAL_NAMED
public String getIRI()
public int getArity()
getArity in interface DLPredicatepublic LiteralConcept getNegation()
getNegation in class LiteralConceptpublic boolean isAlwaysTrue()
isAlwaysTrue in class Conceptpublic boolean isAlwaysFalse()
isAlwaysFalse in class Conceptpublic String toString(Prefixes prefixes)
toString in interface DLPredicatetoString in class Conceptprefixes - prefixespublic static AtomicConcept create(String uri)
uri - iriCopyright © 2020. All rights reserved.