Uses of Interface
org.gcube.resourcemanagement.model.reference.relations.consistsof.HasMemory
-
Packages that use HasMemory Package Description org.gcube.resourcemanagement.model.impl.relations.consistsof org.gcube.resourcemanagement.model.reference.relations.consistsof -
-
Uses of HasMemory in org.gcube.resourcemanagement.model.impl.relations.consistsof
Classes in org.gcube.resourcemanagement.model.impl.relations.consistsof that implement HasMemory Modifier and Type Class Description classHasMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet>classHasPersistentMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet>classHasVolatileMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> -
Uses of HasMemory in org.gcube.resourcemanagement.model.reference.relations.consistsof
Subinterfaces of HasMemory in org.gcube.resourcemanagement.model.reference.relations.consistsof Modifier and Type Interface Description interfaceHasPersistentMemory<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet>HasPersistentMemory indicates that the targetMemoryFacetindicates a non-volatile memory, i.e., a memory which does not lose the data when the device is powered down.interfaceHasVolatileMemory<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet>HasVolatileMemory indicates that the targetMemoryFacetis a volatile memory, i.e., a memory which requires power to maintain the stored information.
-