Uses of Interface
org.apache.jena.ontology.AllDifferent
Packages that use AllDifferent
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology
package.-
Uses of AllDifferent in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return AllDifferentModifier and TypeMethodDescriptionOntResource.asAllDifferent()
Answer a view of this resource as an 'all different' declarationOntModel.createAllDifferent()
Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.OntModel.createAllDifferent
(RDFList differentMembers) Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.Methods in org.apache.jena.ontology that return types with arguments of type AllDifferentModifier and TypeMethodDescriptionOntModel.listAllDifferent()
Answer an iterator that ranges over the nodes that denote pair-wise disjointness between sets of classes. -
Uses of AllDifferent in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement AllDifferentModifier and TypeClassDescriptionclass
Implementation of the abstraction of axioms that denote the single name assumption.Methods in org.apache.jena.ontology.impl that return AllDifferentModifier and TypeMethodDescriptionOntResourceImpl.asAllDifferent()
Answer a view of this resource as an 'all different' declarationOntModelImpl.createAllDifferent()
Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.OntModelImpl.createAllDifferent
(RDFList differentMembers) Answer a new, anonymous node representing the fact that a given set of classes are all pair-wise distinct.Methods in org.apache.jena.ontology.impl that return types with arguments of type AllDifferentModifier and TypeMethodDescriptionOntModelImpl.listAllDifferent()
Answer an iterator that ranges over the nodes that denote pair-wise disjointness between sets of classes.