- pack() - Method in class lavesdk.gui.dialogs.OptionDialog
-
Packs the dialog and centers the dialog in the host application if possible.
- paintIcon(Component, Graphics, int, int) - Method in class lavesdk.gui.widgets.Symbol
-
Paints the symbol.
- paintLabels - Variable in class lavesdk.algorithm.plugin.views.renderers.DefaultEdgeRenderer
-
flag that indicates whether the label of the edge should be displayed
- parse(String) - Method in interface lavesdk.gui.widgets.ExecutionTableItem.InputParser
-
Parses an input string into a concrete object.
- parse(String) - Method in class lavesdk.gui.widgets.ExecutionTableItem.NumericInputParser
-
- parse(String) - Method in class lavesdk.gui.widgets.ExecutionTableItem.StringInputParser
-
- parse(String) - Method in class lavesdk.gui.widgets.MatrixEditor.NumericElementFormat
-
- parse(String) - Method in class lavesdk.gui.widgets.MatrixEditor.StringElementFormat
-
- parse(String) - Method in class lavesdk.gui.widgets.MatrixElementFormat
-
Parses the given text representation to a concrete element.
- parse(String) - Method in class lavesdk.math.ElementParser
-
Parses the given element into the concrete type.
- parse(String) - Method in class lavesdk.math.Set.DoubleElementParser
-
- parse(String) - Method in class lavesdk.math.Set.FloatElementParser
-
- parse(String) - Method in class lavesdk.math.Set.IntegerElementParser
-
- parse(String) - Method in class lavesdk.math.Set.LongElementParser
-
- parse(String) - Method in class lavesdk.math.Set.NumberElementParser
-
- parse(String, ElementParser<E>) - Static method in class lavesdk.math.Set
-
Parses a string representation of a set into a
Set
object.
- parse(String, ElementParser<E>, String) - Static method in class lavesdk.math.Set
-
Parses a string representation of a set into a
Set
object.
- parse(String) - Method in class lavesdk.math.Set.StringElementParser
-
- parseElement(String) - Method in class lavesdk.gui.widgets.MatrixEditor.DoubleElementFormat
-
- parseElement(String) - Method in class lavesdk.gui.widgets.MatrixEditor.FloatElementFormat
-
- parseElement(String) - Method in class lavesdk.gui.widgets.MatrixEditor.IntegerElementFormat
-
- parseElement(String) - Method in class lavesdk.gui.widgets.MatrixEditor.LongElementFormat
-
- parseElement(String) - Method in class lavesdk.gui.widgets.MatrixEditor.NumericElementFormat
-
Parses the given element.
- Path<V extends Vertex> - Class in lavesdk.math.graph
-
Represents a path in a
Graph
.
- Path(Graph<V, ? extends Edge>) - Constructor for class lavesdk.math.graph.Path
-
Creates an empty path.
- Path(Graph<V, ? extends Edge>, V[]) - Constructor for class lavesdk.math.graph.Path
-
Creates a path based on a predefined path.
- Path(Graph<V, ? extends Edge>, List<V>) - Constructor for class lavesdk.math.graph.Path
-
Creates a path based on a predefined path.
- PathByID<V extends Vertex> - Class in lavesdk.math.graph
-
Represents a path in a
Graph
using the identifiers of the vertices.
- PathByID(Graph<V, ? extends Edge>) - Constructor for class lavesdk.math.graph.PathByID
-
Creates an empty path.
- PathByID(Graph<V, ? extends Edge>, Integer[]) - Constructor for class lavesdk.math.graph.PathByID
-
Creates a path based on a predefined path.
- PathByID(Graph<V, ? extends Edge>, List<Integer>) - Constructor for class lavesdk.math.graph.PathByID
-
Creates a path based on a predefined path.
- pause() - Method in class lavesdk.algorithm.AlgorithmRTE
-
Pauses the runtime environment of the algorithm until it is resumed by calling
AlgorithmRTE.start()
.
- PAUSE_BEFORE_STOP_ICON - Variable in class lavesdk.resources.Resources
-
the pause before stop icon or null
if the resource could not be loaded
- PAUSE_BEFORE_STOP_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the pause before stop icon
- PAUSE_ICON - Variable in class lavesdk.resources.Resources
-
the pause icon or null
if the resource could not be loaded
- PAUSE_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the pause icon
- perform() - Method in class lavesdk.gui.GuiJob
-
- perform() - Method in class lavesdk.gui.GuiRequest
-
- PLAY_PAUSE_ICON - Variable in class lavesdk.resources.Resources
-
the play pause icon or null
if the resource could not be loaded
- PLAY_PAUSE_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the play pause icon
- PluginBundle - Class in lavesdk.algorithm.plugin
-
The bundle of a plugin containing the plugin itself, the resource loader and additional information.
- PluginBundle(AlgorithmPlugin, ResourceLoader, File) - Constructor for class lavesdk.algorithm.plugin.PluginBundle
-
- PluginHost - Interface in lavesdk.algorithm.plugin
-
- PluginLoader - Class in lavesdk.algorithm.plugin
-
- PopupWindow - Class in lavesdk.utils
-
The base class of a popup window.
- PopupWindow() - Constructor for class lavesdk.utils.PopupWindow
-
Creates a new popup window in default size.
- PopupWindow(int, int) - Constructor for class lavesdk.utils.PopupWindow
-
Creates a new popup window.
- predecessor - Variable in class lavesdk.math.graph.Edge
-
the predecessor vertex
- prepare() - Method in class lavesdk.algorithm.plugin.views.GraphTransferProtocol
-
Prepares the protocol.
- prepareEditor(Object) - Method in interface lavesdk.gui.widgets.ExecutionTableItem.InputParser
-
Prepares the editor of the input parser.
- prepareEditor(Object) - Method in class lavesdk.gui.widgets.ExecutionTableItem.NumericInputParser
-
- prepareEditor(Object) - Method in class lavesdk.gui.widgets.ExecutionTableItem.StringInputParser
-
- prevStep() - Method in class lavesdk.algorithm.AlgorithmRTE
-
Goes to the previous step of the algorithm.
- PREVSTEP_ICON - Variable in class lavesdk.resources.Resources
-
the previous step icon or null
if the resource could not be loaded
- PREVSTEP_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the previous step icon
- ProgressListener - Interface in lavesdk.utils
-
Listener to listen to progress events.
- PROPERTIES_ICON - Variable in class lavesdk.resources.Resources
-
the properties icon or null
if the resource could not be loaded
- PROPERTIES_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the properties icon
- PropertiesList - Class in lavesdk.gui.widgets
-
Represents a properties list.
- PropertiesList() - Constructor for class lavesdk.gui.widgets.PropertiesList
-
Creates a new properties list.
- PropertiesList(PropertiesListModel) - Constructor for class lavesdk.gui.widgets.PropertiesList
-
Creates a new properties list.
- PropertiesListModel - Class in lavesdk.gui.widgets
-
- PropertiesListModel() - Constructor for class lavesdk.gui.widgets.PropertiesListModel
-
Creates a new model.
- PropertiesListModel(LanguageFile, String) - Constructor for class lavesdk.gui.widgets.PropertiesListModel
-
Creates a new model.
- Property - Class in lavesdk.gui.widgets
-
- Property(String, String, Object, Object[]) - Constructor for class lavesdk.gui.widgets.Property
-
Creates a new property.
- PropertyType - Enum in lavesdk.gui.widgets.enums
-