A B C D F G I L M N P R S T U V X Y Z

F

f(double) - Method in interface unikl.disco.math.functions.Function
Returns the function value at the given x-coordinate.
f(double) - Method in class unikl.disco.nc.Curve
Returns the function value at x-coordinate x, if x>=0, and NaN if not.
f(double) - Method in class unikl.disco.nc.LinearSegment
Returns the function value of this linear segment at the given x-coordinate.
f_inv(double) - Method in class unikl.disco.nc.Curve
Returns the smallest x value at which the function value is equal to y.
f_inv(double, boolean) - Method in class unikl.disco.nc.Curve
Returns the x value at which the function value is equal to y.
findSplittingPoint(Vertex, Set) - Method in class unikl.disco.nc.NetworkAnalyser
Returns the server at which the flows in flows_of_interest first all meet each other (when viewed from the source).
fLimitRight(double) - Method in class unikl.disco.nc.Curve
Returns the limit to the right of the function value at x-coordinate x, if x>=0, and NaN if not.
Flow - Class in unikl.disco.nc
Class representing flows through the network.
Flow(Vertex, Vertex, Curve, List) - Constructor for class unikl.disco.nc.Flow
 
flows - Variable in class unikl.disco.nc.NetworkAnalyser
A list of all flows in the network
Function - Interface in unikl.disco.math.functions
Interface for functions that can be displayed with FunctionView and processed by the various operators.
FunctionView - Class in unikl.disco.math.functions
Simple and stupid class for painting objects of classes implementing the Function or PWLFunction interfaces.
FunctionView() - Constructor for class unikl.disco.math.functions.FunctionView
 

A B C D F G I L M N P R S T U V X Y Z