Uses of Interface
org.gcube.informationsystem.model.reference.ERElement
-
-
Uses of ERElement in org.gcube.informationsystem.model.impl.entities
Classes in org.gcube.informationsystem.model.impl.entities that implement ERElement 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 ERElement in org.gcube.informationsystem.model.impl.relations
Classes in org.gcube.informationsystem.model.impl.relations that implement ERElement 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 ERElement in org.gcube.informationsystem.model.reference.entities
Subinterfaces of ERElement 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 ERElement in org.gcube.informationsystem.model.reference.relations
Subinterfaces of ERElement 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.
-