Uses of Interface
org.apache.jena.ontapi.model.OntDisjoint.Individuals
Packages that use OntDisjoint.Individuals
Package
Description
-
Uses of OntDisjoint.Individuals in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntDisjoint.IndividualsModifier and TypeMethodDescriptionOntGraphModelImpl.createDifferentIndividuals(Collection<OntIndividual> individuals) -
Uses of OntDisjoint.Individuals in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntDisjoint.IndividualsMethods in org.apache.jena.ontapi.impl.objects that return OntDisjoint.IndividualsModifier and TypeMethodDescriptionstatic OntDisjoint.IndividualsOntDisjointImpl.createDifferentIndividuals(OntGraphModelImpl model, Stream<OntIndividual> individuals) Creates blank node_:x rdf:type owl:AllDifferent. _:x owl:members (a1 ... an). -
Uses of OntDisjoint.Individuals in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return types with arguments of type OntDisjoint.IndividualsModifier and TypeMethodDescriptiondefault Stream<OntDisjoint.Individuals>OntIndividual.disjoints()Lists allOntDisjointsections where this individual is a member.