Uses of Class
tesl.Unit

Packages that use Unit
demos.semantic_adaptation   
modhelxs.abstractsemantics   
modhelxs.mocs.sdf   
modhelxs.simulation   
tesl   
tesl.tests   
 

Uses of Unit in demos.semantic_adaptation
 

Constructor parameters in demos.semantic_adaptation with type arguments of type Unit
DE_SDF_DumbInterfaceBlock(java.lang.String name, Model<Unit> internalModel, java.lang.Object... properties)
           
DE_SDF_InterfaceBlock(java.lang.String name, Model<Unit> internalModel, java.lang.Object... properties)
           
DE_SDF_LinInterpolator(java.lang.String name, Model<Unit> internalModel, java.lang.Object... properties)
           
 

Uses of Unit in modhelxs.abstractsemantics
 

Fields in modhelxs.abstractsemantics with type parameters of type Unit
private  Clock<Unit> Engine.stop_clock_
          A clock used to tell the engine to stop.
 

Methods in modhelxs.abstractsemantics that return types with arguments of type Unit
 Clock<Unit> Engine.getStopClock()
          Get the "stop" clock of this execution engine.
 

Uses of Unit in modhelxs.mocs.sdf
 

Fields in modhelxs.mocs.sdf with type parameters of type Unit
private  Clock<Unit> SDFMoC.sdf_clock_
          The observation clock of SDF.
 

Methods in modhelxs.mocs.sdf that return Unit
 Unit SDFMoC.getCurrentTime()
           
 

Methods in modhelxs.mocs.sdf that return types with arguments of type Unit
 Clock<Unit> SDFMoC.getClock()
           
 

Uses of Unit in modhelxs.simulation
 

Fields in modhelxs.simulation with type parameters of type Unit
 Tick<Unit> ASAPClock.ClockBackup.now_backup
           
 

Methods in modhelxs.simulation that return types with arguments of type Unit
 ClockBackupInterface<Unit> ASAPClock.backup()
           
 Tick<Unit> ASAPClock.newTick()
          This clock should have only one tick, so we can't add new ones.
 

Method parameters in modhelxs.simulation with type arguments of type Unit
 void ASAPClock.removeTick(Tick<Unit> tick)
          This clock should always have a tick, so we cannot remove its tick.
 void ASAPClock.restore(ClockBackupInterface<Unit> backup)
          This clock should have only one tick, so it cannot be restored.
 

Uses of Unit in tesl
 

Fields in tesl declared as Unit
private static Unit Unit.instance
           
 

Methods in tesl that return Unit
 Unit UnitCalc.add(Unit a, Unit b)
           
 Unit UnitCalc.divide(Unit a, Unit b)
           
static Unit UnitCalc.do_add(Unit a, Unit b)
           
static Unit UnitCalc.do_divide(Unit a, Unit b)
           
static Unit UnitCalc.do_multiply(Unit a, Unit b)
           
static Unit UnitCalc.do_subtract(Unit a, Unit b)
           
static Unit Unit.getInstance()
           
 Unit UnitCalc.multiply(Unit a, Unit b)
           
 Unit UnitCalc.subtract(Unit a, Unit b)
           
 

Methods in tesl with parameters of type Unit
 Unit UnitCalc.add(Unit a, Unit b)
           
 int Unit.compareTo(Unit o)
           
 Unit UnitCalc.divide(Unit a, Unit b)
           
static Unit UnitCalc.do_add(Unit a, Unit b)
           
static Unit UnitCalc.do_divide(Unit a, Unit b)
           
static Unit UnitCalc.do_multiply(Unit a, Unit b)
           
static Unit UnitCalc.do_subtract(Unit a, Unit b)
           
 Unit UnitCalc.multiply(Unit a, Unit b)
           
 Unit UnitCalc.subtract(Unit a, Unit b)
           
 

Uses of Unit in tesl.tests
 

Fields in tesl.tests with type parameters of type Unit
(package private)  Clock<Unit> DelayedImplicationTest.counting
           
(package private)  Clock<Unit> SustainedImplicationTest.master
           
(package private)  Clock<Unit> FilteredImplicationTest.master
           
(package private)  Clock<Unit> DelayedImplicationTest.master
           
(package private)  Clock<Unit> SustainedImplicationTest.slave
           
(package private)  Clock<Unit> FilteredImplicationTest.slave
           
(package private)  Clock<Unit> DelayedImplicationTest.slave
           
(package private)  Clock<Unit> SustainedImplicationTest.start
           
(package private)  Clock<Unit> SustainedImplicationTest.stop