Uses of Interface
org.apache.jena.ontapi.model.OntDataRange
Packages that use OntDataRange
Package
Description
-
Uses of OntDataRange in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl with parameters of type OntDataRangeModifier and TypeMethodDescriptionOntGraphModelImpl.createDataAllValuesFrom(Collection<OntDataProperty> properties, OntDataRange dr) OntGraphModelImpl.createDataAllValuesFrom(OntDataProperty property, OntDataRange dr) OntGraphModelImpl.createDataCardinality(OntDataProperty property, int cardinality, OntDataRange dr) OntGraphModelImpl.createDataComplementOf(OntDataRange other) OntGraphModelImpl.createDataMaxCardinality(OntDataProperty property, int cardinality, OntDataRange dr) OntGraphModelImpl.createDataMinCardinality(OntDataProperty property, int cardinality, OntDataRange dr) OntGraphModelImpl.createDataRangeSWRLAtom(OntDataRange range, OntSWRL.DArg arg) OntGraphModelImpl.createDataSomeValuesFrom(Collection<OntDataProperty> properties, OntDataRange dr) OntGraphModelImpl.createDataSomeValuesFrom(OntDataProperty property, OntDataRange dr) Method parameters in org.apache.jena.ontapi.impl with type arguments of type OntDataRangeModifier and TypeMethodDescriptionOntGraphModelImpl.createDataIntersectionOf(Collection<OntDataRange> values) OntGraphModelImpl.createDataUnionOf(Collection<OntDataRange> values) -
Uses of OntDataRange in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntDataRangeModifier and TypeClassDescriptionclassImplementation for Data Range Expressions.static classstatic classstatic classstatic classstatic classclassNamed entity withrdf:type = rdfs:Datatype.Methods in org.apache.jena.ontapi.impl.objects that return OntDataRangeMethods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntDataRangeMethods in org.apache.jena.ontapi.impl.objects with parameters of type OntDataRangeModifier and TypeMethodDescriptionOntNamedDataRangeImpl.addEquivalentClassStatement(OntDataRange other) static OntDataRange.ComplementOfOntDataRangeImpl.createComplementOf(OntGraphModelImpl model, OntDataRange other) static OntSWRL.Atom.WithDataRangeOntSWRLImpl.createDataRangeAtom(OntGraphModelImpl model, OntDataRange range, OntSWRL.DArg arg) static <CE extends OntClass.NaryRestriction<?,?>>
CEOntClassImpl.createNaryRestrictionCE(OntGraphModelImpl model, Class<CE> type, OntDataRange dr, Collection<OntDataProperty> properties) OntDataRangeImpl.ComplementOfImpl.setValue(OntDataRange value) static voidOntClassImpl.NaryRestrictionImpl.validateArity(OntDataRange dr, Collection<OntDataProperty> properties) Method parameters in org.apache.jena.ontapi.impl.objects with type arguments of type OntDataRangeModifier and TypeMethodDescriptionstatic OntDataRange.IntersectionOfOntDataRangeImpl.createIntersectionOf(OntGraphModelImpl model, Stream<OntDataRange> values) static OntDataRange.UnionOfOntDataRangeImpl.createUnionOf(OntGraphModelImpl model, Stream<OntDataRange> values) -
Uses of OntDataRange in org.apache.jena.ontapi.model
Subinterfaces of OntDataRange in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptionstatic interfaceOntDataRange.Combination<N extends org.apache.jena.rdf.model.RDFNode>An abstract datarange that unites DataRanges consisting of multiple components.static interfacestatic interfacestatic interfaceInterface encapsulating an Ontology Datatype,OWL Entity, a nameddata rangeexpression.static interfacestatic interfacestatic interfaceMethods in org.apache.jena.ontapi.model that return types with arguments of type OntDataRangeModifier and TypeMethodDescriptiondefault Stream<OntDataRange>OntDataRange.Named.equivalentClasses()Lists all equivalent data ranges.default Stream<OntDataRange>OntDataProperty.ranges()Returns all-property ranges (the statement pattern:R rdfs:range D).Methods in org.apache.jena.ontapi.model with parameters of type OntDataRangeModifier and TypeMethodDescriptiondefault OntDataRange.NamedOntDataRange.Named.addEquivalentClass(OntDataRange other) Creates an equivalent class statement with the givenData Range expression.default OntStatementOntDataRange.Named.addEquivalentClassStatement(OntDataRange other) Creates an equivalent class statement with the givenData Range expression.default OntDataPropertyOntDataProperty.addRange(OntDataRange range) Adds a statement with theRDFS.rangeas predicate and the specifieddata rangeas an object.