Uses of Class
tesl.SustainedImplication

Packages that use SustainedImplication
tesl   
 

Uses of SustainedImplication in tesl
 

Methods in tesl that return SustainedImplication
<M2 extends java.lang.Comparable<M2>,M3 extends java.lang.Comparable<M3>,S extends java.lang.Comparable<S>>
SustainedImplication<T,M2,M3,S>
Clock.sustains(Clock<S> slave, Clock<M2> start, Clock<M3> stop)
           
<M2 extends java.lang.Comparable<M2>,M3 extends java.lang.Comparable<M3>,S extends java.lang.Comparable<S>>
SustainedImplication<T,M2,M3,S>
Clock.sustains(Clock<S> slave, Clock<M2> start, Clock<M3> stop, Occurrence immediate, Preemption weak)
          Make this clock sustain clock slave between occurrences of start and stop.