Examples of UseOfUndeclaredClass


Examples of org.semanticweb.owlapi.profiles.violations.UseOfUndeclaredClass

                                    getCurrentOntology(), getCurrentAxiom(), ce));
                }
            }
            if (!ce.isBuiltIn()
                    && !getCurrentOntology().isDeclared(ce, INCLUDED)) {
                profileViolations.add(new UseOfUndeclaredClass(
                        getCurrentOntology(), getCurrentAxiom(), ce));
            }
            if (getCurrentOntology().containsDatatypeInSignature(ce.getIRI(),
                    EXCLUDED)) {
                profileViolations.add(new DatatypeIRIAlsoUsedAsClassIRI(
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.