public class ClassImpl extends Object implements OClass
| Modifier and Type | Field and Description |
|---|---|
static OClass |
owlNothing |
static OClass |
owlThing |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.commons.rdf.api.IRI |
getIRI() |
int |
hashCode() |
boolean |
isBottom()
checks (syntactically, irrespective of any ontology) whether the class or property expression
is equivalent to owl:Nothing/owl:BottomObjectProperty/owl:BottomDataProperty
|
boolean |
isTop()
checks (syntactically, irrespective of any ontology) whether the class or property expression
is equivalent to owl:Thing/owl:TopObjectProperty/owl:TopDataProperty
|
String |
toString() |
public static final OClass owlThing
public static final OClass owlNothing
public boolean isBottom()
DescriptionBTisBottom in interface DescriptionBTpublic boolean isTop()
DescriptionBTisTop in interface DescriptionBTCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.