public class ChangeTypeDetector extends Object
| Constructor and Description |
|---|
ChangeTypeDetector() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isABoxAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
Checks whether the given OWLAxiom is a ABox axiom
|
static boolean |
isRBoxAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
Checks whether the given OWLAxiom is a RBox axiom
|
static boolean |
isTBoxAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
Checks whether the given OWLAxiom is a TBox axiom
|
public static boolean isTBoxAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - the axiom to be checkedpublic static boolean isRBoxAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - the axiom to be checkedpublic static boolean isABoxAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - the axiom to be checkedCopyright © 2019. All rights reserved.