Uses of Interface
org.gcube.informationsystem.base.reference.IdentifiableElement
-
-
Uses of IdentifiableElement in org.gcube.informationsystem.base.impl.entities
Classes in org.gcube.informationsystem.base.impl.entities that implement IdentifiableElement Modifier and Type Class Description classEntityElementImplThe default implementation of theEntityElementinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.base.impl.relations
Classes in org.gcube.informationsystem.base.impl.relations that implement IdentifiableElement Modifier and Type Class Description classRelationElementImpl<S extends EntityElement,T extends EntityElement>The default implementation of theRelationElementinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.base.reference.entities
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.base.reference.entities Modifier and Type Interface Description interfaceEntityElementThe base interface for all entity elements in the Information System model. -
Uses of IdentifiableElement in org.gcube.informationsystem.base.reference.relations
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.base.reference.relations Modifier and Type Interface Description interfaceRelationElement<S extends EntityElement,T extends EntityElement>The base interface for all relation elements in the Information System model. -
Uses of IdentifiableElement in org.gcube.informationsystem.contexts.impl.entities
Classes in org.gcube.informationsystem.contexts.impl.entities that implement IdentifiableElement Modifier and Type Class Description classContextImplThe default implementation of theContextinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.contexts.impl.relations
Classes in org.gcube.informationsystem.contexts.impl.relations that implement IdentifiableElement Modifier and Type Class Description classIsParentOfImplThe default implementation of theIsParentOfinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.contexts.reference.entities
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.contexts.reference.entities Modifier and Type Interface Description interfaceContextRepresents a context, which is a hierarchical grouping mechanism for resources. -
Uses of IdentifiableElement in org.gcube.informationsystem.contexts.reference.relations
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.contexts.reference.relations Modifier and Type Interface Description interfaceIsParentOfRepresents a parental relationship between twoContexts. -
Uses of IdentifiableElement in org.gcube.informationsystem.model.impl.entities
Classes in org.gcube.informationsystem.model.impl.entities that implement IdentifiableElement Modifier and Type Class Description classDummyFacetA dummy implementation of theFacetinterface, used for placeholder or testing purposes.classDummyResourceA dummy implementation of theResourceinterface, used for placeholder or testing purposes.classEntityImplThe default abstract implementation of theEntityinterface.classFacetImplThe default abstract implementation of theFacetinterface.classResourceImplThe default abstract implementation of theResourceinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.model.impl.relations
Classes in org.gcube.informationsystem.model.impl.relations that implement IdentifiableElement Modifier and Type Class Description classConsistsOfImpl<S extends Resource,T extends Facet>The default implementation of theConsistsOfinterface.classDummyIsRelatedTo<S extends Resource,T extends Resource>A dummy implementation of theIsRelatedTointerface, used for placeholder or testing purposes.classIsRelatedToImpl<S extends Resource,T extends Resource>The default abstract implementation of theIsRelatedTointerface.classRelationImpl<S extends Resource,T extends Entity>The default abstract implementation of theRelationinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.model.reference
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.model.reference Modifier and Type Interface Description interfaceERElementAn interface for identifiable entity-relationship (ER) elements of the model. -
Uses of IdentifiableElement in org.gcube.informationsystem.model.reference.entities
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.model.reference.entities Modifier and Type Interface Description interfaceEntityinterfaceFacetRepresents a facet, which describes a specific aspect or dimension of aResource.interfaceResourceRepresents a resource, the central entity in the facet-based model. -
Uses of IdentifiableElement in org.gcube.informationsystem.model.reference.relations
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.model.reference.relations Modifier and Type Interface Description interfaceConsistsOf<S extends Resource,T extends Facet>interfaceIsRelatedTo<S extends Resource,T extends Resource>interfaceRelation<S extends Resource,T extends Entity>The base interface for all relations in the facet-based resource model. -
Uses of IdentifiableElement in org.gcube.informationsystem.queries.templates.impl.entities
Classes in org.gcube.informationsystem.queries.templates.impl.entities that implement IdentifiableElement Modifier and Type Class Description classQueryTemplateImplThe default implementation of theQueryTemplateinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.queries.templates.reference.entities
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.queries.templates.reference.entities Modifier and Type Interface Description interfaceQueryTemplateRepresents a query template that can be used to generate runnable queries by substituting variables. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.impl
Classes in org.gcube.informationsystem.types.impl that implement IdentifiableElement Modifier and Type Class Description classTypeImplThe default implementation of theTypeinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.impl.entities
Classes in org.gcube.informationsystem.types.impl.entities that implement IdentifiableElement Modifier and Type Class Description classEntityTypeImplThe default implementation of theEntityTypeinterface.classFacetTypeImplThe default implementation of theFacetTypeinterface.classResourceTypeImplThe default implementation of theResourceTypeinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.impl.properties
Classes in org.gcube.informationsystem.types.impl.properties that implement IdentifiableElement Modifier and Type Class Description classPropertyTypeImplThe default implementation of thePropertyTypeinterface. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.impl.relations
Classes in org.gcube.informationsystem.types.impl.relations that implement IdentifiableElement Modifier and Type Class Description classConsistsOfTypeImplThe implementation of theConsistsOfType.classIsRelatedToTypeImplThe implementation of theIsRelatedToType.classRelationTypeImpl<S extends EntityType,T extends EntityType>The implementation of theRelationType. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.reference
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.types.reference Modifier and Type Interface Description interfaceTypeThe base interface for all type definitions in the Information System model. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.reference.entities
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.types.reference.entities Modifier and Type Interface Description interfaceEntityTypeThe base interface for all entity type definitions.interfaceFacetTypeDefines the type of aFacet.interfaceResourceTypeDefines the type of aResource. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.reference.properties
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.types.reference.properties Modifier and Type Interface Description interfacePropertyTypeDefines the type of aProperty. -
Uses of IdentifiableElement in org.gcube.informationsystem.types.reference.relations
Subinterfaces of IdentifiableElement in org.gcube.informationsystem.types.reference.relations Modifier and Type Interface Description interfaceConsistsOfTypeinterfaceIsRelatedToTypeinterfaceRelationType<S extends EntityType,T extends EntityType>The base interface for all relation type definitions.
-