Uses of Interface
org.apache.jena.ontapi.model.OntFacetRestriction
Packages that use OntFacetRestriction
Package
Description
-
Uses of OntFacetRestriction in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl with type parameters of type OntFacetRestrictionModifier and TypeMethodDescription<T extends OntFacetRestriction>
TOntGraphModelImpl.createFacetRestriction(Class<T> view, org.apache.jena.rdf.model.Literal literal) Method parameters in org.apache.jena.ontapi.impl with type arguments of type OntFacetRestrictionModifier and TypeMethodDescriptionOntGraphModelImpl.createDataRestriction(OntDataRange.Named datatype, Collection<OntFacetRestriction> values) -
Uses of OntFacetRestriction in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntFacetRestrictionModifier and TypeClassDescriptionclassImplementation of Facet Restrictionsstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.apache.jena.ontapi.impl.objects with type parameters of type OntFacetRestrictionModifier and TypeMethodDescriptionstatic <T extends OntFacetRestriction>
TOntFacetRestrictionImpl.create(OntGraphModelImpl model, Class<T> view, org.apache.jena.rdf.model.Literal literal) Method parameters in org.apache.jena.ontapi.impl.objects with type arguments of type OntFacetRestrictionModifier and TypeMethodDescriptionstatic OntDataRange.RestrictionOntDataRangeImpl.createRestriction(OntGraphModelImpl model, OntDataRange.Named dataType, Stream<OntFacetRestriction> values) -
Uses of OntFacetRestriction in org.apache.jena.ontapi.model
Subinterfaces of OntFacetRestriction in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceMethods in org.apache.jena.ontapi.model with type parameters of type OntFacetRestrictionModifier and TypeMethodDescription<F extends OntFacetRestriction>
FOntModel.createFacetRestriction(Class<F> type, org.apache.jena.rdf.model.Literal literal) Creates a facet restriction by the given type and literal value.Method parameters in org.apache.jena.ontapi.model with type arguments of type OntFacetRestrictionModifier 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.