Uses of Class
cz.cvut.kbss.jopa.model.IRI
Packages that use IRI
-
Uses of IRI in cz.cvut.kbss.jopa.model
Methods in cz.cvut.kbss.jopa.model that return IRI -
Uses of IRI in cz.cvut.kbss.jopa.model.metamodel
Methods in cz.cvut.kbss.jopa.model.metamodel that return IRIModifier and TypeMethodDescriptionListAttribute.getHasContentsPropertyIRI()
Gets IRI of the property representing the relation between a list node and its content (value).ListAttributeImpl.getHasContentsPropertyIRI()
ListAttribute.getHasNextPropertyIRI()
Gets IRI of the property representing next node in the list.ListAttributeImpl.getHasNextPropertyIRI()
AbstractAttribute.getIRI()
Attribute.getIRI()
Returns theIRI
identifier of the property mapped by this attribute.EntityType.getIRI()
Gets IRI of the OWL class represented by this entity type.IdentifiableEntityType.getIRI()
ListAttribute.getListClassIRI()
Gets the IRI of the class that represents the 'OWLList' concept.ListAttributeImpl.getListClassIRI()
Constructors in cz.cvut.kbss.jopa.model.metamodel with parameters of type IRIModifierConstructorDescriptionAbstractEntityType
(Class<X> javaType, IRI iri) IdentifiableEntityType
(Class<X> javaType, IRI iri)