Examples of MaximumNumberOfNamedSuperclasses


Examples of org.semanticweb.owlapi.metrics.MaximumNumberOfNamedSuperclasses

        assertEquals("Hidden GCI Count",
                new HiddenGCICount(createOntology).getName());
        assertEquals("Imports closure size", new ImportClosureSize(
                createOntology).getName());
        assertEquals("Maximum number of asserted named superclasses",
                new MaximumNumberOfNamedSuperclasses(createOntology).getName());
        assertEquals("Number of classes with asserted multiple inheritance",
                new NumberOfClassesWithMultipleInheritance(createOntology)
                        .getName());
        OWLReasoner mock = mock(OWLReasoner.class);
        when(mock.getRootOntology()).thenReturn(createOntology);
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.