Package edu.stanford.bmir.protege.web.server.hierarchy

Examples of edu.stanford.bmir.protege.web.server.hierarchy.ObjectPropertyObjectPropertyAncestorChecker


    private PropertyValueSubsumptionChecker getPropertyValueSubsumptionChecker(OWLOntology ontology,
                                                                               OWLAPIProject project) {
        ClassClassAncestorChecker classAncestorChecker = new ClassClassAncestorChecker(project
                .getClassHierarchyProvider());
        ObjectPropertyObjectPropertyAncestorChecker objectPropertyAncestorChecker = new
                ObjectPropertyObjectPropertyAncestorChecker(
                project.getObjectPropertyHierarchyProvider());
        DataPropertyDataPropertyAncestorChecker dataPropertyAncestorChecker = new
                DataPropertyDataPropertyAncestorChecker(
                project.getDataPropertyHierarchyProvider());
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.server.hierarchy.ObjectPropertyObjectPropertyAncestorChecker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.