Uses of Interface
org.apache.jena.ontapi.model.OntProperty
Packages that use OntProperty
-
Uses of OntProperty in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects with type parameters of type OntPropertyModifier and TypeClassDescriptionstatic classOntSWRLImpl.PropertyAtomImpl<P extends OntProperty,A extends OntSWRL.Arg> Classes in org.apache.jena.ontapi.impl.objects that implement OntPropertyModifier and TypeClassDescriptionclassImplementation of Annotation Property abstraction (a URI-Resourcewithowl:AnnotationPropertytype).classAn ontology object implementation with declarative typeowl:DatatypeProperty.classImplementation of the Object Property Expression abstraction.static classstatic classclassProperty Expression base impl-class.classSimple directOntPropertyimplementation.Methods in org.apache.jena.ontapi.impl.objects with type parameters of type OntPropertyModifier and TypeMethodDescriptionstatic <X extends OntProperty>
booleanOntPropertyImpl.hasSuperProperty(X property, X candidateSuper, Class<X> type, boolean direct) static <X extends OntProperty>
Stream<X>OntPropertyImpl.subProperties(X property, Class<X> type, boolean direct) static <X extends OntProperty>
Stream<X>OntPropertyImpl.superProperties(X property, Class<X> type, boolean direct) Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntPropertyModifier and TypeMethodDescriptionOntClassImpl.declaredProperties(boolean direct) static Stream<OntProperty>OntClassImpl.declaredProperties(OntClass clazz, boolean direct) OntSimpleClassImpl.declaredProperties(boolean direct) OntSimplePropertyImpl.subProperties(boolean direct) OntSimplePropertyImpl.superProperties(boolean direct) Methods in org.apache.jena.ontapi.impl.objects with parameters of type OntPropertyModifier and TypeMethodDescriptionstatic <CE extends OntClass.CardinalityRestriction<?,?>>
CEOntClassImpl.createCardinalityRestrictionCE(OntGraphModelImpl model, Class<CE> view, OntProperty onProperty, int cardinality, OntObject object) static <CE extends OntClass.ComponentRestriction<?,?>>
CEOntClassImpl.createComponentRestrictionCE(OntGraphModelImpl model, Class<CE> view, OntProperty onProperty, org.apache.jena.rdf.model.RDFNode other, org.apache.jena.rdf.model.Property predicate) OntPropertyImpl.declaringClasses(OntProperty property, boolean direct) booleanOntClassImpl.hasDeclaredProperty(OntProperty property, boolean direct) booleanOntSimpleClassImpl.hasDeclaredProperty(OntProperty property, boolean direct) booleanOntAnnotationPropertyImpl.hasSuperProperty(OntProperty property, boolean direct) booleanOntDataPropertyImpl.hasSuperProperty(OntProperty property, boolean direct) booleanOntObjectPropertyImpl.hasSuperProperty(OntProperty property, boolean direct) booleanOntSimplePropertyImpl.hasSuperProperty(OntProperty property, boolean direct) static booleanOntClassImpl.testDomain(OntClass clazz, OntProperty property, boolean direct) Answerstrueif theclazzis a domain ofproperty. -
Uses of OntProperty in org.apache.jena.ontapi.model
Subinterfaces of OntProperty in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptioninterfaceInterface encapsulating a {named} Annotation Property.interfaceInterface encapsulating the Ontology (Named) Data Property.interfaceA common interface for any Ontology Object Property Expression.static interfaceRepresents a ObjectInverseOf.static interfaceInterface encapsulating an Ontology Named Object Property.interfaceA common (abstract) interface for any Ontology Data and Object Property expressions.Methods in org.apache.jena.ontapi.model that return OntPropertyModifier and TypeMethodDescriptiondefault OntPropertyOntModel.createRDFProperty(String uri) Creates namedrdf:Property.default OntPropertyOntProperty.removeDomain(org.apache.jena.rdf.model.Resource domain) Removes the specified domain resource (predicate isrdfs:domain), including the corresponding statement's annotations.default OntPropertyOntProperty.removeRange(org.apache.jena.rdf.model.Resource range) Removes the specified range resource (predicate isrdfs:range), including the corresponding statement's annotations.default OntPropertyOntProperty.removeSubProperty(org.apache.jena.rdf.model.Resource property) Removes the specified sub property (predicate isrdfs:subPropertyOf), including the corresponding statement's annotations.default OntPropertyOntProperty.removeSuperProperty(org.apache.jena.rdf.model.Resource property) Removes the specified super property (predicate isrdfs:subPropertyOf), including the corresponding statement's annotations.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntPropertyModifier and TypeMethodDescriptiondefault Stream<OntProperty>OntClass.declaredProperties()Equivalent tothis.declaredProperties(false)OntClass.declaredProperties(boolean direct) Returns aStreamover thepropertiesassociated with a frame-like view of this class.default Stream<OntProperty>OntClass.properties()Lists all properties attached to this class in ardfs:domainstatement.default Stream<OntProperty>OntModel.properties()Lists all OntProperties.default Stream<? extends OntProperty>OntProperty.subProperties()Lists all the properties that are declared to be sub-properties of this property (directly or indirectly).Stream<? extends OntProperty>OntProperty.subProperties(boolean direct) Answers aStreamover all the properties that are declared to be sub-properties of this property.default Stream<? extends OntProperty>OntProperty.superProperties()Lists all the properties that are declared to be super-properties of this property (directly or indirectly).Stream<? extends OntProperty>OntProperty.superProperties(boolean direct) Answers aStreamover all the properties that are declared to be super-properties of this property.Methods in org.apache.jena.ontapi.model with parameters of type OntPropertyModifier and TypeMethodDescriptionbooleanOntClass.hasDeclaredProperty(OntProperty property, boolean direct) Returnstrueif the given property is associated with a frame-like view of this class.default booleanOntProperty.hasSubProperty(OntProperty property, boolean direct) Answerstrueif the given property is a sub-property of this property.default booleanOntProperty.hasSuperProperty(OntProperty property, boolean direct) Answerstrueif the given property is a super-property of this property.