Uses of Interface
org.apache.jena.ontapi.model.OntDisjoint.Classes
Packages that use OntDisjoint.Classes
Package
Description
-
Uses of OntDisjoint.Classes in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntDisjoint.ClassesModifier and TypeMethodDescriptionOntGraphModelImpl.createDisjointClasses(Collection<OntClass> classes) -
Uses of OntDisjoint.Classes in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntDisjoint.ClassesModifier and TypeClassDescriptionstatic classstatic classDisjointClasses := 'DisjointClasses' '(' axiomAnnotations subClassExpression subClassExpression { subClassExpression } ')'Methods in org.apache.jena.ontapi.impl.objects that return OntDisjoint.ClassesModifier and TypeMethodDescriptionstatic OntDisjoint.ClassesOntDisjointImpl.createDisjointClasses(OntGraphModelImpl model, Stream<OntClass> classes) -
Uses of OntDisjoint.Classes in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return types with arguments of type OntDisjoint.ClassesModifier and TypeMethodDescriptiondefault Stream<OntDisjoint.Classes>OntClass.disjoints()Lists allOntDisjointsections where this class is a member.