Uses of Interface
org.apache.jena.ontapi.model.OntEntity
Packages that use OntEntity
Package
Description
-
Uses of OntEntity in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl with type parameters of type OntEntityModifier and TypeMethodDescription<T extends OntEntity>
TOntGraphModelImpl.createOntEntity
(Class<T> type, String iri) <E extends OntEntity>
EOntGraphModelImpl.getOntEntity
(Class<E> type, String uri) <E extends OntObjectImpl & OntEntity>
booleanOntGraphModelImpl.isBuiltIn
(E e) Answerstrue
if the given entity is built-in.Methods in org.apache.jena.ontapi.impl that return types with arguments of type OntEntityModifier and TypeMethodDescriptionOntGraphModelImpl.ambiguousEntities
(boolean withImports) Gets 'punnings', i.e. theOntEntity
s which have not only a single type.org.apache.jena.util.iterator.ExtendedIterator<OntEntity>
OntGraphModelImpl.listLocalOntEntities()
The same asOntGraphModelImpl.listOntEntities()
but for the base graph.org.apache.jena.util.iterator.ExtendedIterator<OntEntity>
OntGraphModelImpl.listOntEntities()
Lists all Ontology Entities.OntGraphModelImpl.ontEntities()
-
Uses of OntEntity in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntEntityModifier and TypeClassDescriptionclass
Implementation of Annotation Property abstraction (a URI-Resource
withowl:AnnotationProperty
type).class
An ontology object implementation with declarative typeowl:DatatypeProperty
.static class
Represents a named individual.class
Named entity withrdf:type = rdfs:Datatype
.static class
static class
Primary (named) class (<uri> a owl:Class
).static class
A version of Named class for RL specification.class
Simple directOntProperty
implementation. -
Uses of OntEntity in org.apache.jena.ontapi.model
Subinterfaces of OntEntity in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptioninterface
Interface encapsulating a {named} Annotation Property.static interface
An Ontology ClassEntity
, a named class expression.interface
Interface encapsulating the Ontology (Named) Data Property.static interface
Interface encapsulating an Ontology Datatype,OWL Entity
, a nameddata range
expression.static interface
An interface for Named Individual which is anEntity OntEntity
.interface
OntNamedProperty<P extends OntNamedProperty<P>>
static interface
Interface encapsulating an Ontology Named Object Property.Fields in org.apache.jena.ontapi.model with type parameters of type OntEntityMethods in org.apache.jena.ontapi.model with type parameters of type OntEntityModifier and TypeMethodDescription<E extends OntEntity>
EOntModel.createOntEntity
(Class<E> type, String iri) Creates an owl-entity by thetype
andiri
.default <E extends OntEntity>
EOntModel.fetchOntEntity
(Class<E> type, String uri) Returns an entity of the given type and with the specified URI, creating it if needed.<E extends OntEntity>
EOntModel.getOntEntity
(Class<E> type, String uri) Returns an ont-entity for the specified type and uri.default <E extends OntEntity>
EOntModel.getOntEntity
(Class<E> type, org.apache.jena.rdf.model.Resource uri) ReturnsOWL Entity
with the specified class-type anduri
.OntModel.ontEntities
(Class<E> type) Methods in org.apache.jena.ontapi.model that return types with arguments of type OntEntityModifier and TypeMethodDescriptionOntEntity.listEntityTypes()
Lists all OWL entity types.OntModel.ontEntities()
Lists all entities declared in the model. -
Uses of OntEntity in org.apache.jena.ontapi.utils
Methods in org.apache.jena.ontapi.utils that return types with arguments of type OntEntityModifier and TypeMethodDescriptionstatic org.apache.jena.util.iterator.ExtendedIterator<OntEntity>
OntModels.listLocalEntities
(OntModel model) Lists all OWL entities that are defined in the base graph.