Uses of Interface
org.gcube.informationsystem.model.reference.ERElement
Packages that use ERElement
Package
Description
-
Uses of ERElement in org.gcube.informationsystem.model.impl.entities
Classes in org.gcube.informationsystem.model.impl.entities that implement ERElementModifier and TypeClassDescriptionclassA dummy implementation of theFacetinterface, used for placeholder or testing purposes.classA dummy implementation of theResourceinterface, used for placeholder or testing purposes.classThe default abstract implementation of theEntityinterface.classThe default abstract implementation of theFacetinterface.classThe 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 ERElementModifier and TypeClassDescriptionclassConsistsOfImpl<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.entitiesModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents a facet, which describes a specific aspect or dimension of aResource.interfaceRepresents 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.relationsModifier and TypeInterfaceDescriptioninterfaceConsistsOf<S extends Resource,T extends Facet> interfaceIsRelatedTo<S extends Resource,T extends Resource> interfaceThe base interface for all relations in the facet-based resource model.