Uses of Interface
org.gcube.resourcemanagement.model.reference.relations.consistsof.HasMemory
Packages that use HasMemory
Package
Description
-
Uses of HasMemory in org.gcube.resourcemanagement.model.impl.relations.consistsof
Classes in org.gcube.resourcemanagement.model.impl.relations.consistsof that implement HasMemoryModifier and TypeClassDescriptionclassHasMemoryImpl<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.consistsofModifier and TypeInterfaceDescriptioninterfaceHasPersistentMemory<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.