Uses of Class
modhelxs.state_management.TransientValue

Packages that use TransientValue
demos.atomicblocks   
demos.semantic_adaptation   
modhelxs.state_management   
 

Uses of TransientValue in demos.atomicblocks
 

Fields in demos.atomicblocks declared as TransientValue
private  TransientValue<java.lang.Double> SDFAdder.sum_
           
 

Uses of TransientValue in demos.semantic_adaptation
 

Fields in demos.semantic_adaptation declared as TransientValue
private  TransientValue<java.lang.Boolean> DE_SDF_LinInterpolator.backtrack_
          Should we backtrack in time to interpolate an output?
private  TransientValue<java.lang.Boolean> DE_TFSM_InterfaceBlock.incoming_event
           
private  TransientValue<java.lang.Double> DE_SDF_LinInterpolator.interpolation_time_
          Time at which the upper bounds in interpolationTable_ were reached.
 

Uses of TransientValue in modhelxs.state_management
 

Fields in modhelxs.state_management declared as TransientValue
private  TransientValue<java.lang.Boolean> ManagedInterfaceBlock.internal_was_updated_
          Transient value telling whether the internal model was updated during this snapshot.
private  TransientValue<java.lang.Boolean> ManagedInterfaceBlock.was_updated_
          Transient value telling whether the block was updated during this snapshot.
private  TransientValue<java.lang.Boolean> ManagedBlock.was_updated_
          Transient value telling whether the block was updated during this snapshot.