- n - Variable in class lavesdk.math.Matrix
-
the number of rows
- Network<V extends Node,E extends Arc> - Class in lavesdk.math.graph.network
-
Represents a network.
- Network(FlowType, V, V) - Constructor for class lavesdk.math.graph.network.Network
-
Creates a new network.
- NEW_ICON - Variable in class lavesdk.resources.Resources
-
the new algorithm icon or null
if the resource could not be loaded
- NEW_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the new algorithm icon
- nextStep() - Method in class lavesdk.algorithm.AlgorithmRTE
-
Goes to the next step of the algorithm.
- NEXTSTEP_ICON - Variable in class lavesdk.resources.Resources
-
the next step icon or null
if the resource could not be loaded
- NEXTSTEP_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the next step icon
- Node - Class in lavesdk.math.graph.network
-
- Node(String) - Constructor for class lavesdk.math.graph.network.Node
-
Creates a new node.
- northPanel - Variable in class lavesdk.gui.dialogs.OptionDialog
-
the panel that might be used to display a description, icon, ...
- NumericCellRenderer - Class in lavesdk.gui.widgets
-
Renders a numeric cell.
- NumericCellRenderer() - Constructor for class lavesdk.gui.widgets.NumericCellRenderer
-
Creates a new numeric cell renderer.
- NumericMatrix<T extends java.lang.Number> - Class in lavesdk.math
-
Represents a numeric matrix.
- NumericMatrix(int, int) - Constructor for class lavesdk.math.NumericMatrix
-
Creates a new numeric matrix of size n
x m
and a default element value of null
.
- NumericMatrix(int, int, T) - Constructor for class lavesdk.math.NumericMatrix
-
Creates a new numeric matrix of size n
x m
.
- NumericProperty - Class in lavesdk.gui.widgets
-
- NumericProperty(String, String) - Constructor for class lavesdk.gui.widgets.NumericProperty
-
Creates a new numeric property.
- NumericProperty(String, String, Number) - Constructor for class lavesdk.gui.widgets.NumericProperty
-
Creates a new numeric property.
- NumericProperty(String, String, boolean) - Constructor for class lavesdk.gui.widgets.NumericProperty
-
Creates a new numeric property.
- NumericProperty(String, String, Number, boolean) - Constructor for class lavesdk.gui.widgets.NumericProperty
-
Creates a new numeric property.
- NumericTextField - Class in lavesdk.gui.widgets
-
A numeric text field component which only allows a digit, a point, a comma and a minus
as characters.
- NumericTextField() - Constructor for class lavesdk.gui.widgets.NumericTextField
-
Creates a new numeric text field.
- NumericTextField(int) - Constructor for class lavesdk.gui.widgets.NumericTextField
-
Creates a new numeric text field.
- NumericTextField(Number) - Constructor for class lavesdk.gui.widgets.NumericTextField
-
Creates a new numeric text field.