Uses of Interface
unikl.disco.math.functions.Function

Packages that use Function
unikl.disco.math.functions   
unikl.disco.nc   
 

Uses of Function in unikl.disco.math.functions
 

Subinterfaces of Function in unikl.disco.math.functions
 interface PWLFunction
          Interface for piecewise-linear functions.
 

Methods in unikl.disco.math.functions with parameters of type Function
 void FunctionView.addFunction(Function f)
          Adds f to the list of displayed functions.
 void FunctionView.addFunction(Function f, java.awt.Color c)
          Adds f to the list of displayed functions.
 void FunctionView.removeFunction(Function f)
          Removes f from the list of displayed functions.
 

Uses of Function in unikl.disco.nc
 

Classes in unikl.disco.nc that implement Function
 class Curve
          Class representing a piecewise linear curve, defined on [0,inf).