Uses of Class
modhelxs.state_management.Attribute

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

Uses of Attribute in demos.atomicblocks
 

Fields in demos.atomicblocks declared as Attribute
private  Attribute<java.lang.Double> DEScenario.base_time_
           
private  Attribute<DEScenario.Step> DEScenario.next_step_
           
protected  Attribute<java.lang.Double> SDFLimitedIntegrator.state_
           
protected  Attribute<java.lang.Double> SDFIntegrator.state_
           
private  Attribute<java.lang.Integer> DERamp.value
           
private  Attribute<java.lang.Integer> SDFRamp.value_
           
private  Attribute<java.lang.Integer> SDFConst.value_
           
private  Attribute<java.lang.Double> DEConst.value_
          The value produced by this DEConst.
private  Attribute<DEPlotter.PlotterWindow> DEPlotter.window_
           
 

Uses of Attribute in demos.semantic_adaptation
 

Fields in demos.semantic_adaptation declared as Attribute
private  Attribute<java.lang.Double> DE_SDF_LinInterpolator.last_update_time_
          The last update time of this interface block, including interpolation updates.
 

Uses of Attribute in modhelxs.state_management
 

Subclasses of Attribute in modhelxs.state_management
 class TransientValue<T>
          A TransientValue is an Attribute that never changes its permanent value.
 

Fields in modhelxs.state_management declared as Attribute
private  Attribute<I> TimedManagedInterfaceBlock.next_internal_obs_time
          Time of the next observation of the internal model.
private  Attribute<T> TimedManagedInterfaceBlock.next_obs_time
          Time of the next observation.
private  Attribute<T> TimedManagedBlock.next_obs_time
          Time of the next observation.