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) Answerstrueif 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. theOntEntitys 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 TypeClassDescriptionclassImplementation of Annotation Property abstraction (a URI-Resourcewithowl:AnnotationPropertytype).classAn ontology object implementation with declarative typeowl:DatatypeProperty.static classRepresents a named individual.classNamed entity withrdf:type = rdfs:Datatype.static classstatic classPrimary (named) class (<uri> a owl:Class).static classA version of Named class for RL specification.classSimple directOntPropertyimplementation. -
Uses of OntEntity in org.apache.jena.ontapi.model
Subinterfaces of OntEntity in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptioninterfaceInterface encapsulating a {named} Annotation Property.static interfaceAn Ontology ClassEntity, a named class expression.interfaceInterface encapsulating the Ontology (Named) Data Property.static interfaceInterface encapsulating an Ontology Datatype,OWL Entity, a nameddata rangeexpression.static interfaceAn interface for Named Individual which is anEntity OntEntity.interfaceOntNamedProperty<P extends OntNamedProperty<P>>static interfaceInterface 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 thetypeandiri.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 Entitywith 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.