Uses of Interface
org.gcube.informationsystem.base.reference.entities.EntityElement
-
-
Uses of EntityElement in org.gcube.informationsystem.base.impl.entities
Classes in org.gcube.informationsystem.base.impl.entities that implement EntityElement Modifier and Type Class Description classEntityElementImplThe default implementation of theEntityElementinterface. -
Uses of EntityElement in org.gcube.informationsystem.base.impl.relations
Classes in org.gcube.informationsystem.base.impl.relations with type parameters of type EntityElement Modifier and Type Class Description classRelationElementImpl<S extends EntityElement,T extends EntityElement>The default implementation of theRelationElementinterface.classRelationElementImpl<S extends EntityElement,T extends EntityElement>The default implementation of theRelationElementinterface.Fields in org.gcube.informationsystem.base.impl.relations declared as EntityElement Modifier and Type Field Description protected SRelationElementImpl. sourceThe source of the relation.protected TRelationElementImpl. targetThe target of the relation. -
Uses of EntityElement in org.gcube.informationsystem.base.reference.relations
Classes in org.gcube.informationsystem.base.reference.relations with type parameters of type EntityElement Modifier and Type Interface Description interfaceRelationElement<S extends EntityElement,T extends EntityElement>The base interface for all relation elements in the Information System model.interfaceRelationElement<S extends EntityElement,T extends EntityElement>The base interface for all relation elements in the Information System model. -
Uses of EntityElement in org.gcube.informationsystem.contexts.impl.entities
Classes in org.gcube.informationsystem.contexts.impl.entities that implement EntityElement Modifier and Type Class Description classContextImplThe default implementation of theContextinterface. -
Uses of EntityElement in org.gcube.informationsystem.contexts.reference.entities
Subinterfaces of EntityElement 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 EntityElement in org.gcube.informationsystem.model.impl.entities
Classes in org.gcube.informationsystem.model.impl.entities that implement EntityElement 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 EntityElement in org.gcube.informationsystem.model.reference.entities
Subinterfaces of EntityElement 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 EntityElement in org.gcube.informationsystem.queries.templates.impl.entities
Classes in org.gcube.informationsystem.queries.templates.impl.entities that implement EntityElement Modifier and Type Class Description classQueryTemplateImplThe default implementation of theQueryTemplateinterface. -
Uses of EntityElement in org.gcube.informationsystem.queries.templates.reference.entities
Subinterfaces of EntityElement 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 EntityElement in org.gcube.informationsystem.types.impl.entities
Classes in org.gcube.informationsystem.types.impl.entities that implement EntityElement Modifier and Type Class Description classEntityTypeImplThe default implementation of theEntityTypeinterface.classFacetTypeImplThe default implementation of theFacetTypeinterface.classResourceTypeImplThe default implementation of theResourceTypeinterface.Method parameters in org.gcube.informationsystem.types.impl.entities with type arguments of type EntityElement Modifier and Type Method Description static EntityTypeEntityTypeImpl. getEntityTypeDefinitionInstance(Class<? extends EntityElement> clz)Returns an instance ofEntityTypefor the given class.Constructor parameters in org.gcube.informationsystem.types.impl.entities with type arguments of type EntityElement Constructor Description EntityTypeImpl(Class<? extends EntityElement> clz)Constructs a newEntityTypeImplfrom a class. -
Uses of EntityElement in org.gcube.informationsystem.types.reference.entities
Subinterfaces of EntityElement 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.
-