Uses of Class
modhelxs.state_management.MapAttribute

Packages that use MapAttribute
demos.semantic_adaptation   
modhelxs.state_management   
 

Uses of MapAttribute in demos.semantic_adaptation
 

Fields in demos.semantic_adaptation declared as MapAttribute
private  MapAttribute<Pin,java.lang.Object> DE_SDF_InterfaceBlock.currentPinValue_
           
private  MapAttribute<Pin,java.lang.Object> DE_SDF_LinInterpolator.inputPinValue_
          Current value of each input pin.
private  MapAttribute<Pin,java.lang.Object> DE_SDF_LinInterpolator.outputPinValue_
          Current value of each output pin.
 

Uses of MapAttribute in modhelxs.state_management
 

Subclasses of MapAttribute in modhelxs.state_management
 class TransientMap<K,V>
          A TransientMap is a MapAttribute that never changes its permanent value.