public class ELReasoner extends Object
| Constructor and Description |
|---|
ELReasoner() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSubsumedBy(ELConceptDescription concept1,
ELConceptDescription concept2) |
static boolean |
isSubsumedBy(ELConceptDescription concept1,
ELConceptDescription concept2,
ELTBox tBox) |
static boolean |
isSubsumedBy(ELConceptDescription concept1,
ELConceptDescription concept2,
org.semanticweb.owlapi.model.OWLOntology ontology) |
static boolean |
isSubsumedBy(org.semanticweb.owlapi.model.OWLClassExpression concept1,
org.semanticweb.owlapi.model.OWLClassExpression concept2) |
static boolean |
isSubsumedBy(org.semanticweb.owlapi.model.OWLClassExpression concept1,
org.semanticweb.owlapi.model.OWLClassExpression concept2,
org.semanticweb.owlapi.model.OWLOntology ontology) |
static boolean |
subsumes(ELConceptDescription concept1,
ELConceptDescription concept2) |
static boolean |
subsumes(org.semanticweb.owlapi.model.OWLClassExpression concept1,
org.semanticweb.owlapi.model.OWLClassExpression concept2) |
public ELReasoner()
public static final boolean subsumes(org.semanticweb.owlapi.model.OWLClassExpression concept1, org.semanticweb.owlapi.model.OWLClassExpression concept2)
public static final boolean subsumes(ELConceptDescription concept1, ELConceptDescription concept2)
public static final boolean isSubsumedBy(org.semanticweb.owlapi.model.OWLClassExpression concept1, org.semanticweb.owlapi.model.OWLClassExpression concept2)
public static final boolean isSubsumedBy(ELConceptDescription concept1, ELConceptDescription concept2)
concept1 - concept2 - public static final boolean isSubsumedBy(ELConceptDescription concept1, ELConceptDescription concept2, ELTBox tBox)
public static final boolean isSubsumedBy(org.semanticweb.owlapi.model.OWLClassExpression concept1, org.semanticweb.owlapi.model.OWLClassExpression concept2, org.semanticweb.owlapi.model.OWLOntology ontology)
public static final boolean isSubsumedBy(ELConceptDescription concept1, ELConceptDescription concept2, org.semanticweb.owlapi.model.OWLOntology ontology)
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.