Uses of Interface
org.apache.jena.ontapi.model.OntDataRange.Restriction
Packages that use OntDataRange.Restriction
Package
Description
-
Uses of OntDataRange.Restriction in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntDataRange.RestrictionModifier and TypeMethodDescriptionOntGraphModelImpl.createDataRestriction(OntDataRange.Named datatype, Collection<OntFacetRestriction> values) -
Uses of OntDataRange.Restriction in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntDataRange.RestrictionMethods in org.apache.jena.ontapi.impl.objects that return OntDataRange.RestrictionModifier and TypeMethodDescriptionstatic OntDataRange.RestrictionOntDataRangeImpl.createRestriction(OntGraphModelImpl model, OntDataRange.Named dataType, Stream<OntFacetRestriction> values) Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntDataRange.Restriction -
Uses of OntDataRange.Restriction in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return OntDataRange.RestrictionModifier and TypeMethodDescriptiondefault OntDataRange.RestrictionOntDataRange.Restriction.addFacet(Class<? extends OntFacetRestriction> type, org.apache.jena.rdf.model.Literal literal) Adds a facet restriction to the end of the []-list.