Uses of Interface
org.gcube.informationsystem.model.reference.entities.Entity
-
-
Uses of Entity in org.gcube.informationsystem.model.impl.entities
Classes in org.gcube.informationsystem.model.impl.entities that implement Entity 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 Entity in org.gcube.informationsystem.model.impl.relations
Classes in org.gcube.informationsystem.model.impl.relations with type parameters of type Entity Modifier and Type Class Description classRelationImpl<S extends Resource,T extends Entity>The default abstract implementation of theRelationinterface. -
Uses of Entity in org.gcube.informationsystem.model.reference.entities
Subinterfaces of Entity in org.gcube.informationsystem.model.reference.entities Modifier and Type Interface Description interfaceFacetRepresents a facet, which describes a specific aspect or dimension of aResource.interfaceResourceRepresents a resource, the central entity in the facet-based model. -
Uses of Entity in org.gcube.informationsystem.model.reference.relations
Classes in org.gcube.informationsystem.model.reference.relations with type parameters of type Entity Modifier and Type Interface Description interfaceRelation<S extends Resource,T extends Entity>The base interface for all relations in the facet-based resource model.
-