Uses of Interface
de.cau.cs.kieler.sj.CombinationFunction

Packages that use CombinationFunction
de.cau.cs.kieler.sj A package for synchronous programming in java. 
 

Uses of CombinationFunction in de.cau.cs.kieler.sj
 

Fields in de.cau.cs.kieler.sj declared as CombinationFunction
static CombinationFunction CombinationFunction.ADD
          Adds two Numbers oldVal + newVal.
static CombinationFunction CombinationFunction.MAX
          The maximum of all combined values.
static CombinationFunction CombinationFunction.MIN
          The minimum of all combined values.
static CombinationFunction CombinationFunction.MULTIPLY
          Multiply two Numbers oldVal * newVal.
 

Constructors in de.cau.cs.kieler.sj with parameters of type CombinationFunction
ValuedSignal(String name, CombinationFunction combinationFuction)
          Creates a new valued signal with the given name an combination function for more than one value.
ValuedSignal(String name, CombinationFunction combinationFunction, int historyLength)
          Creates a new valued signal.