- AccessibleID - Class in lavesdk.math.graph
-
- AccessibleID(Vertex) - Constructor for class lavesdk.math.graph.AccessibleID
-
Creates a new accessible identifier based on a
Vertex
.
- AccessibleID(Edge) - Constructor for class lavesdk.math.graph.AccessibleID
-
Creates a new accessible identifier based on an
Edge
.
- AccessibleIDObserver - Class in lavesdk.math.graph
-
Observer to observe modifications of graph object identifiers.
- AccessibleIDObserver(Graph<?, ?>) - Constructor for class lavesdk.math.graph.AccessibleIDObserver
-
Creates a new identifier observer.
- adaptDialog(JDialog) - Method in interface lavesdk.algorithm.plugin.PluginHost
-
Adapts the dialog to the host application meaning that the dialog is centered in the host
and the application icon is set to the dialog.
- adaptDialog(JDialog) - Method in class lavesdk.sandbox.Sandbox
-
- add(ExecutionTableColumn) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Adds a new column to the table.
- add(ExecutionTableColumn[]) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Adds new columns to the table.
- add(ExecutionTableItem) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Adds a new item to the table.
- add(ExecutionTableItem[]) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Adds new items to the table.
- add(LegendItem) - Method in class lavesdk.algorithm.plugin.views.LegendView
-
Adds a new item to the legend view.
- add(String, URL) - Method in class lavesdk.algorithm.text.AnnotationImagesList
-
Adds a new image url to the list.
- add(ExecutionTableColumn) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds a new column to the table.
- add(ExecutionTableColumn[]) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds new columns to the table.
- add(ExecutionTableItem) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds a new item to the table.
- add(int, ExecutionTableItem) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds a new item to the table.
- add(ExecutionTableItem[]) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds new items to the table.
- add(LegendItem) - Method in class lavesdk.gui.widgets.Legend
-
Adds a new item to the legend.
- add(Component) - Method in class lavesdk.gui.widgets.Legend
-
Adds a new component to the legend.
- add(Option) - Method in class lavesdk.gui.widgets.OptionComboButton
-
Adds a new option to the combo button.
- add(Property) - Method in class lavesdk.gui.widgets.PropertiesList
-
Adds a new property to the list respectively to its model.
- add(Property) - Method in class lavesdk.gui.widgets.PropertiesListModel
-
Adds a new property to the model.
- add(E) - Method in class lavesdk.math.graph.AdjacencyMatrix
-
Adds an edge to the adjacency matrix.
- add(V) - Method in class lavesdk.math.graph.Graph
-
Adds a new vertex to the graph.
- add(E) - Method in class lavesdk.math.graph.Graph
-
Adds a new edge to the graph.
- add(E) - Method in class lavesdk.math.graph.matching.Matching
-
Adds an edge to the matching.
- add(Vertex, Vertex) - Method in class lavesdk.math.graph.matching.Matching
-
Adds the edge between the vertex 1 and 2 to the matching.
- add(Integer) - Method in class lavesdk.math.graph.matching.MatchingByID
-
Adds an edge to the matching.
- add(int) - Method in class lavesdk.math.graph.matching.MatchingByID
-
Adds an edge to the matching.
- add(E) - Method in class lavesdk.math.graph.matching.MatchingByID
-
Adds an edge to the matching.
- add(Vertex, Vertex) - Method in class lavesdk.math.graph.matching.MatchingByID
-
Adds the edge between the vertex 1 and 2 to the matching.
- add(V) - Method in class lavesdk.math.graph.Path
-
Adds a new vertex to the path.
- add(int, V) - Method in class lavesdk.math.graph.Path
-
Adds a new vertex to the path.
- add(int) - Method in class lavesdk.math.graph.PathByID
-
Adds a new vertex to the path.
- add(V) - Method in class lavesdk.math.graph.Trail
-
Adds a new vertex to the trail.
- add(int, V) - Method in class lavesdk.math.graph.Trail
-
Adds a new vertex to the trail.
- add(V, Edge) - Method in class lavesdk.math.graph.Trail
-
Adds a new vertex to the trail using the specified edge.
- add(int) - Method in class lavesdk.math.graph.TrailByID
-
Adds a new vertex to the path.
- add(int, int) - Method in class lavesdk.math.graph.TrailByID
-
Adds a new vertex to the path.
- add(V) - Method in class lavesdk.math.graph.Walk
-
Adds a new vertex to the walk.
- add(int, V) - Method in class lavesdk.math.graph.Walk
-
Adds a new vertex to the walk.
- add(int) - Method in class lavesdk.math.graph.WalkByID
-
Adds a new vertex to the walk.
- add(V) - Method in class lavesdk.math.graph.WalkByID
-
Adds a new vertex to the walk.
- add(NumericMatrix<? extends Number>, NumericMatrix<? extends Number>) - Static method in class lavesdk.math.NumericMatrix
-
Adds the given matrices.
- add(E) - Method in class lavesdk.math.Set
-
Adds a new element to the set.
- addAll(Collection<? extends E>) - Method in class lavesdk.math.Set
-
- addAll(E[]) - Method in class lavesdk.math.Set
-
Adds all of the elements in the specified array to this set if they're not already present (optional operation).
- addArray(String, T[]) - Method in class lavesdk.serialization.Serializer
-
Adds an array for a given data key.
- addAttachment(String, T) - Method in class lavesdk.algorithm.AlgorithmState
-
Attaches an object to the algorithm state.
- addAttachment(String, T) - Method in interface lavesdk.algorithm.AlgorithmStateAttachment
-
Attaches an object to the algorithm state.
- addBoolean(String, boolean) - Method in class lavesdk.serialization.Serializer
-
Adds a boolean value to the serializer.
- addButton(JButton) - Method in class lavesdk.algorithm.plugin.extensions.ToolBarExtension
-
Adds a new button to the extension.
- addChar(String, char) - Method in class lavesdk.serialization.Serializer
-
Adds a character value to the serializer.
- addCollection(String, Collection<E>) - Method in class lavesdk.serialization.Serializer
-
Adds a collection to the serializer.
- addColor(String, Color) - Method in class lavesdk.configuration.Configuration
-
Adds a color to the configuration.
- addColumnGroup(ExecutionTableGroup) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Adds a new column group to the table.
- addColumnGroup(ExecutionTableGroup) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds a new column group to the table.
- addColumnStrikeout(MatrixEditor.Strikeout) - Method in class lavesdk.algorithm.plugin.views.MatrixView
-
Adds a column strikeout.
- addColumnStrikeout(MatrixEditor.Strikeout) - Method in class lavesdk.gui.widgets.MatrixEditor
-
Adds a column strikeout.
- addComponent(JComponent) - Method in class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
-
Adds a component to the extension.
- addConfiguration(String, Configuration) - Method in class lavesdk.configuration.Configuration
-
Adds a (sub) configuration to this configuration.
- addData(String, T) - Method in class lavesdk.serialization.Serializer
-
Adds a data object to the serializer.
- addDefaultCellRenderer(Class<?>, TableCellRenderer) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Adds a new default renderer for the specified class.
- addDefaultCellRenderer(Class<?>, TableCellRenderer) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds a new default renderer for the specified class.
- addDouble(String, double) - Method in class lavesdk.serialization.Serializer
-
Adds a double value to the serializer.
- addFloat(String, float) - Method in class lavesdk.serialization.Serializer
-
Adds a float value to the serializer.
- addGraphViewListener(GraphViewListener<V, E>) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Adds a listener to listen to graph view events.
- addHeaderBarComponent(JComponent) - Method in class lavesdk.algorithm.plugin.views.View
-
Adds a component to the header bar.
- addHeaderBarSeparator() - Method in class lavesdk.algorithm.plugin.views.View
-
Adds a separator to the header bar.
- addImpl(Component, Object, int) - Method in class lavesdk.algorithm.plugin.views.View
-
Adding external components is locked meaning that no components can be added directly to the view.
- addImpl(Component, Object, int) - Method in class lavesdk.algorithm.plugin.views.ViewContainer
-
- addImpl(Component, Object, int) - Method in class lavesdk.algorithm.plugin.views.ViewGroup
-
- addImpl(Component, Object, int) - Method in class lavesdk.gui.widgets.ExecutionTable
-
- addImpl(Component, Object, int) - Method in class lavesdk.gui.widgets.InformationBar
-
- addImpl(Component, Object, int) - Method in class lavesdk.gui.widgets.Legend
-
- addImpl(Component, Object, int) - Method in class lavesdk.gui.widgets.LegendItem
-
- addImpl(Component, Object, int) - Method in class lavesdk.gui.widgets.MatrixEditor
-
- addImpl(Component, Object, int) - Method in class lavesdk.gui.widgets.OptionComboButton
-
- addImpl(Component, Object, int) - Method in class lavesdk.gui.widgets.PropertiesList
-
- addImpl(int, V) - Method in class lavesdk.math.graph.Path
-
Adds a new vertex to the path at a specified index.
- addImpl(int, V) - Method in class lavesdk.math.graph.Trail
-
Adds a new vertex to the trail at a specified index.
- addImpl(int, V) - Method in class lavesdk.math.graph.Walk
-
Adds a new vertex to the walk at a given index.
- addInt(String, int) - Method in class lavesdk.serialization.Serializer
-
Adds an integer value to the serializer.
- addItemGroup(ExecutionTableGroup) - Method in class lavesdk.algorithm.plugin.views.ExecutionTableView
-
Adds a new item (row) group to the table.
- addItemGroup(ExecutionTableGroup) - Method in class lavesdk.gui.widgets.ExecutionTable
-
Adds a new item (row) group to the table.
- addList(String, List<E>) - Method in class lavesdk.serialization.Serializer
-
Adds a list to the serializer.
- addListener(RTEListener) - Method in class lavesdk.algorithm.AlgorithmRTE
-
Adds a new listener to listen to runtime events of the algorithm.
- addMap(String, Map<K, V>) - Method in class lavesdk.algorithm.AlgorithmState
-
Adds a map to the state.
- addMask(Mask) - Method in class lavesdk.algorithm.plugin.views.MatrixView
-
Adds a new mask to the matrix view.
- addMask(Mask) - Method in class lavesdk.gui.widgets.ExecutionTableColumn
-
Adds a new mask to the column.
- addMask(Mask) - Method in class lavesdk.gui.widgets.MatrixEditor
-
Adds a new mask to the matrix editor.
- addMatching(String, MatchingByID<E>) - Method in class lavesdk.algorithm.AlgorithmState
-
Adds a matching to the state.
- addMatrix(String, Matrix<E>) - Method in class lavesdk.algorithm.AlgorithmState
-
Adds a matrix to the state.
- addObject(String, T) - Method in class lavesdk.serialization.Serializer
-
Adds an object to the serializer.
- addPath(String, PathByID<V>) - Method in class lavesdk.algorithm.AlgorithmState
-
Adds a path to the state.
- addPoint(String, Point) - Method in class lavesdk.configuration.Configuration
-
Adds a point to the configuration.
- addRectangle(String, Rectangle) - Method in class lavesdk.configuration.Configuration
-
Adds a rectangle to the configuration.
- addRowStrikeout(MatrixEditor.Strikeout) - Method in class lavesdk.algorithm.plugin.views.MatrixView
-
Adds a row strikeout.
- addRowStrikeout(MatrixEditor.Strikeout) - Method in class lavesdk.gui.widgets.MatrixEditor
-
Adds a row strikeout.
- addSeparator() - Method in class lavesdk.algorithm.plugin.extensions.ToolBarExtension
-
Adds a new separator to the extension.
- addSeparator() - Method in class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
-
Adds a separator to the extension.
- addSerializer(String, Serializer) - Method in class lavesdk.serialization.Serializer
-
Adds a (sub) serializer to this serializer.
- addSet(String, Set<E>) - Method in class lavesdk.algorithm.AlgorithmState
-
Adds a (mathematical) set to the state.
- addString(String, String) - Method in class lavesdk.serialization.Serializer
-
Adds a string value to the serializer.
- addTextListener(AlgorithmTextListener) - Method in class lavesdk.algorithm.text.AlgorithmText
-
Adds a listener to listen to changes inside the text that means if new steps or
paragraphs were added or if the current step changed.
- addToolbarButton(JButton) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Adds a new button to the toolbar.
- addTrail(String, TrailByID<V>) - Method in class lavesdk.algorithm.AlgorithmState
-
Adds a trail to the state.
- addVisualObject(CustomVisualObject) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Adds a new custom visual object to the graph view.
- addWalk(String, WalkByID<V>) - Method in class lavesdk.algorithm.AlgorithmState
-
Adds a walk to the state.
- AdjacencyMatrix<V extends Vertex,E extends Edge> - Class in lavesdk.math.graph
-
Represents an adjacency matrix of a graph.
- AdjacencyMatrix() - Constructor for class lavesdk.math.graph.AdjacencyMatrix
-
Creates a new adjacency matrix with an initial row capacity of ten.
- AdjacencyMatrix(int) - Constructor for class lavesdk.math.graph.AdjacencyMatrix
-
Creates a new adjacency matrix.
- AdjacencyMatrixDialog - Class in lavesdk.gui.dialogs
-
Represents a dialog to create an adjacency matrix of a graph.
- AdjacencyMatrixDialog(PluginHost, LanguageFile, String) - Constructor for class lavesdk.gui.dialogs.AdjacencyMatrixDialog
-
Creates a new adjacency matrix dialog.
- AdjacencyMatrixDialog(PluginHost, LanguageFile, String, AllowedGraphType) - Constructor for class lavesdk.gui.dialogs.AdjacencyMatrixDialog
-
Creates a new adjacency matrix dialog.
- adoptState(int, AlgorithmState) - Method in class lavesdk.algorithm.AlgorithmRTE
-
Lets the algorithm adopt the given state.
- afterEdgeAdded(E) - Method in class lavesdk.math.graph.Graph
-
Is invoked after a new edge is added to the graph.
- afterEdgeRemoved(E) - Method in class lavesdk.math.graph.Graph
-
Is invoked after an edge is removed from the graph.
- afterEdgeRemoved(RNEdge) - Method in class lavesdk.math.graph.network.ResidualNetwork
-
- afterPaint(Graphics2D) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
This method is invoked after the graphical representation of the graph view is painted.
- afterProcessingExercise(AlgorithmExercise<?>, AlgorithmExercise.ExamResult, String) - Method in interface lavesdk.algorithm.AlgorithmExerciseProvider
-
Is invoked when the exercise is processed.
- afterProcessingExercise(AlgorithmExercise<?>, AlgorithmExercise.ExamResult, String) - Method in class lavesdk.algorithm.plugin.views.ExercisesListView
-
- afterRequestSolution(boolean) - Method in class lavesdk.algorithm.AlgorithmExercise
-
This method is invoked after the user has entered a solution.
- afterRun() - Method in class lavesdk.algorithm.RTTransition
-
Is invoked after the transition is ended.
- afterSolvingExercise(AlgorithmExercise<?>, boolean, String) - Method in interface lavesdk.algorithm.AlgorithmExerciseProvider
-
Is invoked every time the user has entered a new solution of the exercise.
- afterSolvingExercise(AlgorithmExercise<?>, boolean, String) - Method in class lavesdk.algorithm.plugin.views.ExercisesListView
-
- afterVertexAdded(V) - Method in class lavesdk.math.graph.Graph
-
Is invoked after a new vertex is added to the graph.
- afterVertexRemoved(V) - Method in class lavesdk.math.graph.Graph
-
Is invoked after a vertex is removed from the graph.
- afterVisualEdgeCreated(GraphView<V, E>.VisualEdge) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
This method is invoked after a new visual edge is created using graphical input by the user.
- afterVisualVertexCreated(GraphView<Vertex, RNEdge>.VisualVertex) - Method in class lavesdk.algorithm.plugin.views.DefaultRNView
-
- afterVisualVertexCreated(GraphView<V, E>.VisualVertex) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
This method is invoked after a new visual vertex is created using graphical input by the user.
- AlgorithmExercise<T> - Class in lavesdk.algorithm
-
Represents an abstract exercise that could be linked with an
AlgorithmStep
.
- AlgorithmExercise(String) - Constructor for class lavesdk.algorithm.AlgorithmExercise
-
Creates a new exercise.
- AlgorithmExercise(String, float) - Constructor for class lavesdk.algorithm.AlgorithmExercise
-
Creates a new exercise.
- AlgorithmExercise(String, float, View) - Constructor for class lavesdk.algorithm.AlgorithmExercise
-
Creates a new exercise.
- AlgorithmExercise(String, float, View[]) - Constructor for class lavesdk.algorithm.AlgorithmExercise
-
Creates a new exercise.
- AlgorithmExercise.ExamResult - Enum in lavesdk.algorithm
-
The result of an examination.
- AlgorithmExerciseHandler - Interface in lavesdk.algorithm
-
- AlgorithmExerciseProvider - Interface in lavesdk.algorithm
-
A provider that handles (primary displays) the exercises of an algorithm.
- AlgorithmParagraph - Class in lavesdk.algorithm.text
-
- AlgorithmParagraph(AlgorithmText, String, int) - Constructor for class lavesdk.algorithm.text.AlgorithmParagraph
-
Creates a new paragraph.
- AlgorithmPlugin - Interface in lavesdk.algorithm.plugin
-
- AlgorithmRTE - Class in lavesdk.algorithm
-
The runtime environment of an algorithm.
- AlgorithmRTE(AlgorithmPlugin, AlgorithmText) - Constructor for class lavesdk.algorithm.AlgorithmRTE
-
Creates a new algorithm runtime environment.
- AlgorithmRTE(AlgorithmPlugin, AlgorithmText, AlgorithmExerciseProvider) - Constructor for class lavesdk.algorithm.AlgorithmRTE
-
Creates a new algorithm runtime environment.
- AlgorithmStartOption - Enum in lavesdk.algorithm.enums
-
The start options of an algorithm.
- AlgorithmState - Class in lavesdk.algorithm
-
Stores the state of an algorithm after (executing) a specific step of the algorithm.
- AlgorithmState(AlgorithmPlugin, int) - Constructor for class lavesdk.algorithm.AlgorithmState
-
Creates a new state.
- AlgorithmStateAttachment - Interface in lavesdk.algorithm
-
- AlgorithmStep - Class in lavesdk.algorithm.text
-
- AlgorithmStep(AlgorithmParagraph, String, int) - Constructor for class lavesdk.algorithm.text.AlgorithmStep
-
Creates a new step.
- AlgorithmStep(AlgorithmParagraph, String, int, int) - Constructor for class lavesdk.algorithm.text.AlgorithmStep
-
Creates a new step.
- AlgorithmStep.TextToken - Class in lavesdk.algorithm.text
-
- AlgorithmStep.TextTokenType - Enum in lavesdk.algorithm.text
-
- AlgorithmText - Class in lavesdk.algorithm.text
-
Represents the structure of an algorithm text.
- AlgorithmText() - Constructor for class lavesdk.algorithm.text.AlgorithmText
-
Creates a new empty algorithm text.
- AlgorithmText(float) - Constructor for class lavesdk.algorithm.text.AlgorithmText
-
Creates a new empty algorithm text.
- AlgorithmTextListener - Interface in lavesdk.algorithm.text
-
- AlgorithmTextView - Class in lavesdk.algorithm.plugin.views
-
- AlgorithmTextView(PluginHost, String, AlgorithmText) - Constructor for class lavesdk.algorithm.plugin.views.AlgorithmTextView
-
Creates a new view for the visualization of an algorithm text.
- AlgorithmTextView(PluginHost, String, AlgorithmText, boolean) - Constructor for class lavesdk.algorithm.plugin.views.AlgorithmTextView
-
Creates a new view for the visualization of an algorithm text.
- AlgorithmTextView(PluginHost, String, AlgorithmText, boolean, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.views.AlgorithmTextView
-
Creates a new view for the visualization of an algorithm text.
- AllowedGraphType - Enum in lavesdk.gui.dialogs.enums
-
- Annotation - Class in lavesdk.algorithm.text
-
- Annotation(String) - Constructor for class lavesdk.algorithm.text.Annotation
-
Creates a new annotation.
- Annotation(String, AnnotationImagesList) - Constructor for class lavesdk.algorithm.text.Annotation
-
Creates a new annotation.
- ANNOTATION_ICON - Variable in class lavesdk.resources.Resources
-
the annotation icon or null
if the resource could not be loaded
- ANNOTATION_ICON_PATH - Variable in class lavesdk.resources.Resources
-
path to the annotation icon
- AnnotationDialog - Class in lavesdk.gui.dialogs
-
- AnnotationDialog(PluginHost, Annotation, LanguageFile, String) - Constructor for class lavesdk.gui.dialogs.AnnotationDialog
-
Creates a new annotation dialog.
- AnnotationImagesList - Class in lavesdk.algorithm.text
-
- AnnotationImagesList() - Constructor for class lavesdk.algorithm.text.AnnotationImagesList
-
Creates a new empty images list.
- AnnotationViewKit - Class in lavesdk.gui.widgets
-
- AnnotationViewKit(AnnotationImagesList) - Constructor for class lavesdk.gui.widgets.AnnotationViewKit
-
Creates a new annotation view kit.
- apply(JToolBar) - Method in class lavesdk.algorithm.plugin.extensions.ToolBarExtension
-
Applies the extension to the specified toolbar.
- apply() - Method in class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
-
Applies the extension to the view's header bar.
- apply(T) - Method in class lavesdk.algorithm.RTTransition
-
Applies the current transition object.
- applyAdvancedEdgeProperties(PropertiesListModel, Arc) - Method in class lavesdk.algorithm.plugin.views.DefaultNetworkView
-
- applyAdvancedEdgeProperties(PropertiesListModel, E) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Applies the advanced properties of an edge to the given edge.
- applyAdvancedVertexProperties(PropertiesListModel, V) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Applies the advanced properties of a vertex to the given vertex.
- applyCustomization(PropertiesListModel) - Method in interface lavesdk.algorithm.plugin.AlgorithmPlugin
-
Applys the customization to the plugin.
- applyKeyboardInput(Arc, String) - Method in class lavesdk.algorithm.plugin.views.DefaultNetworkView
-
- applyKeyboardInput(Node, String) - Method in class lavesdk.algorithm.plugin.views.DefaultNetworkView
-
- applyKeyboardInput(V, String) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Applies the keyboard input the user has entered to a vertex.
- applyKeyboardInput(E, String) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Applies the keyboard input the user has entered to an edge.
- applySolutionToAlgorithm(AlgorithmState, T[]) - Method in class lavesdk.algorithm.AlgorithmExercise
-
- Arc - Class in lavesdk.math.graph.network
-
- Arc(Node, Node) - Constructor for class lavesdk.math.graph.network.Arc
-
Creates a new directed edge with a weight and a flow of 0.0f
.
- Arc(Node, Node, float) - Constructor for class lavesdk.math.graph.network.Arc
-
Creates a new directed edge with a flow of 0.0f
.
- Arc(Node, Node, float, float) - Constructor for class lavesdk.math.graph.network.Arc
-
Creates a new directed edge.
- areKeysOverrideable() - Method in class lavesdk.configuration.Configuration
-
A configuration can override existing keys.
- areKeysOverrideable() - Method in class lavesdk.serialization.Serializer
-
Indicates whether keys are overrideable.
- arrowLength - Variable in class lavesdk.algorithm.plugin.views.renderers.DefaultEdgeRenderer
-
the length of the arrow
- asList() - Method in class lavesdk.math.graph.Walk
-
Gets the walk as a list.
- asList() - Method in class lavesdk.math.graph.WalkByID
-
Gets the walk as a list.
- asList() - Method in class lavesdk.math.Set
-
Gets the set of elements as a list.
- autoRepaint() - Method in class lavesdk.algorithm.plugin.views.AlgorithmTextView
-
Repaints the view but only if auto repainting is allowed.
- autoRepaint() - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Repaints the view but only if auto repainting is allowed.
- autoRepaint() - Method in class lavesdk.algorithm.plugin.views.TextAreaView
-
Repaints the view but only if auto repainting is allowed.
- autoRepaint() - Method in class lavesdk.algorithm.plugin.views.View
-
Repaints the view but only if auto repainting is allowed.