Uses of Class
org.apache.jena.ontapi.impl.objects.OntObjectImpl
Packages that use OntObjectImpl
Package
Description
-
Uses of OntObjectImpl in org.apache.jena.ontapi.common
Constructor parameters in org.apache.jena.ontapi.common with type arguments of type OntObjectImplModifierConstructorDescriptionWithType
(Class<? extends OntObjectImpl> impl, org.apache.jena.rdf.model.Resource type) WithType
(Class<? extends OntObjectImpl> impl, org.apache.jena.rdf.model.Resource type, BiFunction<org.apache.jena.graph.Node, org.apache.jena.enhanced.EnhGraph, org.apache.jena.enhanced.EnhNode> producer) -
Uses of OntObjectImpl in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl with type parameters of type OntObjectImplModifier and TypeMethodDescription<E extends OntObjectImpl & OntEntity>
booleanOntGraphModelImpl.isBuiltIn
(E e) Answerstrue
if the given entity is built-in. -
Uses of OntObjectImpl in org.apache.jena.ontapi.impl.objects
Subclasses of OntObjectImpl in org.apache.jena.ontapi.impl.objectsModifier and TypeClassDescriptionclass
The implementation ofAnnotation
Ontology Object
.class
Implementation of Annotation Property abstraction (a URI-Resource
withowl:AnnotationProperty
type).class
A base class for any class-expression implementation.static class
OntClassImpl.CardinalityRestrictionImpl<O extends OntObject,
P extends OntRelationalProperty, R extends OntClassImpl.CardinalityRestrictionImpl<?, ?, ?>> Abstraction for any cardinality restriction.static class
static class
OntClassImpl.ComponentRestrictionImpl<O extends org.apache.jena.rdf.model.RDFNode,
P extends OntRelationalProperty, R extends OntClassImpl.ComponentRestrictionImpl<?, ?, ?>> Abstract base component-restriction class.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
OntClassImpl.NaryRestrictionImpl<O extends OntObject,
P extends OntRelationalProperty, R extends OntClassImpl.NaryRestrictionImpl<?, ?, ?>> static class
static class
static class
static class
static class
static class
static class
static class
OntClassImpl.OnPropertyRestrictionImpl<P extends OntRelationalProperty,
R extends OntClassImpl> Abstract implementation for any restriction withowl:onProperty
predicate.static class
static class
static class
static class
static class
Base for allOntClass.Restriction
impls.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
An ontology object implementation with declarative typeowl:DatatypeProperty
.class
Implementation for Data Range Expressions.static class
static class
static class
static class
static class
class
OntDisjointImpl<O extends OntObject>
Implementation for anonymousowl:AllDisjointProperties
,owl:AllDisjointClasses
,owl:AllDifferent
sections.static class
static class
static class
static class
static class
static class
DisjointClasses := 'DisjointClasses' '(' axiomAnnotations subClassExpression subClassExpression { subClassExpression } ')'
class
Implementation of Facet Restrictionsstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
An Ontology ID Implementation.class
AnOntIndividual
implementation, both for anonymous and named individuals.static class
See description to the interfaceOntIndividual.Anonymous
.static class
Represents a named individual.class
Named entity withrdf:type = rdfs:Datatype
.class
OntNegativePropertyAssertionImpl<P extends OntRelationalProperty,
T extends org.apache.jena.rdf.model.RDFNode> Implementation of the Negative Property Assertion.static class
static class
class
Implementation of the Object Property Expression abstraction.static class
static class
class
Property Expression base impl-class.class
Simple Ontology Class implementation.static class
Primary (named) class (<uri> a owl:Class
).static class
A version of Named class for RL specification.class
Simple directOntProperty
implementation.class
Ont SWRL Object Implementation.static class
OntSWRLImpl.AtomImpl<P extends OntObject>
static class
OntSWRLImpl.BinaryImpl<O extends OntObject,
F extends OntSWRL.Arg, S extends OntSWRL.Arg> static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
OntSWRLImpl.PropertyAtomImpl<P extends OntProperty,
A extends OntSWRL.Arg> static class
static class
OntSWRLImpl.UnaryImpl<O extends OntObject,
A extends OntSWRL.Arg> static class
Methods in org.apache.jena.ontapi.impl.objects that return OntObjectImplModifier and TypeMethodDescriptionOntObjectImpl.clearAnnotations()
Removes all root annotations including their sub-annotations hierarchy.OntObjectImpl.remove
(org.apache.jena.rdf.model.Property property, org.apache.jena.rdf.model.RDFNode value)