Examples of listComplementClasses()


Examples of com.hp.hpl.jena.ontology.OntModel.listComplementClasses()

    stats.add(new StatTO(ENUMERATED_CLASSES,
        String.valueOf(ontModel.listEnumeratedClasses().toList().size())));
    stats.add(new StatTO(OWL.unionOf.getURI(),
        String.valueOf(ontModel.listUnionClasses().toList().size())));
    stats.add(new StatTO(OWL.complementOf.getURI(),
        String.valueOf(ontModel.listComplementClasses().toList().size())));
    stats.add(new StatTO(OWL.intersectionOf.getURI(),
        String.valueOf(ontModel.listIntersectionClasses().toList().size())));
    stats.add(new StatTO(OWL.Restriction.getURI(),
        String.valueOf(ontModel.listRestrictions().toList().size())));
    stats.add(new StatTO(OWL.OntologyProperty.getURI(),
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.