- target - Variable in class lavesdk.algorithm.transitions.LinearPositionTransition
-
the target position
- TextAreaView - Class in lavesdk.algorithm.plugin.views
-
Displays a text area view.
- TextAreaView(String) - Constructor for class lavesdk.algorithm.plugin.views.TextAreaView
-
Creates a new text area view.
- TextAreaView(String, boolean) - Constructor for class lavesdk.algorithm.plugin.views.TextAreaView
-
Creates a new text area view.
- TextAreaView(String, boolean, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.views.TextAreaView
-
Creates a new text area view.
- TextProperty - Class in lavesdk.gui.widgets
-
- TextProperty(String, String) - Constructor for class lavesdk.gui.widgets.TextProperty
-
Creates a new text property.
- TextProperty(String, String, String) - Constructor for class lavesdk.gui.widgets.TextProperty
-
Creates a new text property.
- to - Variable in class lavesdk.algorithm.transitions.ColorTransition
-
the destination color
- toArray() - Method in class lavesdk.math.Set
-
- toArray(T[]) - Method in class lavesdk.math.Set
-
- toList(V[]) - Static method in class lavesdk.math.graph.Walk
-
Converts the given array to a list.
- toList(Integer[]) - Static method in class lavesdk.math.graph.WalkByID
-
Converts the given array to a list.
- toMessageType() - Method in enum lavesdk.algorithm.plugin.enums.MessageIcon
-
Converts the given message icon to a JOptionPane
message type.
- ToolBarExtension - Class in lavesdk.algorithm.plugin.extensions
-
Base implementation of a toolbar extension.
- ToolBarExtension(boolean) - Constructor for class lavesdk.algorithm.plugin.extensions.ToolBarExtension
-
Creates a new toolbar extension.
- toPath(String, Graph<V, ?>) - Static method in class lavesdk.utils.GraphUtils
-
Converts a specified path as a string in a concrete
Path
.
- toString() - Method in class lavesdk.algorithm.plugin.views.GraphView.VisualEdge
-
Gets the string representation of the visual edge.
- toString() - Method in class lavesdk.algorithm.plugin.views.GraphView.VisualVertex
-
Gets the string representation of the visual vertex.
- toString() - Method in class lavesdk.algorithm.plugin.views.View
-
- toString() - Method in class lavesdk.algorithm.text.AlgorithmParagraph
-
- toString() - Method in class lavesdk.algorithm.text.AlgorithmStep.TextToken
-
- toString() - Method in class lavesdk.algorithm.text.AlgorithmStep
-
- toString() - Method in class lavesdk.algorithm.text.LaTeXFormula
-
- toString() - Method in class lavesdk.gui.widgets.ExecutionTableBorder
-
- toString() - Method in class lavesdk.gui.widgets.ExecutionTableColumn
-
- toString() - Method in class lavesdk.gui.widgets.Property
-
- toString() - Method in class lavesdk.language.LabelEntry
-
- toString() - Method in class lavesdk.LAVESDKV
-
Formats the version.
- toString() - Method in class lavesdk.math.graph.Edge
-
Returns a string representation of the edge more precisely the weight of the vertex.
- toString() - Method in class lavesdk.math.graph.Graph
-
- toString() - Method in class lavesdk.math.graph.matching.Matching
-
- toString() - Method in class lavesdk.math.graph.matching.MatchingByID
-
- toString() - Method in class lavesdk.math.graph.network.Arc
-
- toString() - Method in class lavesdk.math.graph.Vertex
-
Returns a string representation of the vertex more precisely the caption of the vertex.
- toString() - Method in class lavesdk.math.graph.Walk
-
- toString() - Method in class lavesdk.math.graph.WalkByID
-
- toString() - Method in class lavesdk.math.Matrix
-
- toString() - Method in class lavesdk.math.Set
-
- toString() - Method in class lavesdk.utils.MutableNumber
-
- totalProgress(int) - Method in interface lavesdk.utils.ProgressListener
-
Gets the total amount to finish the progress.
- toTrail(String, Graph<V, ? extends Edge>, Trail<Vertex>) - Static method in class lavesdk.utils.GraphUtils
-
Converts a specified trail as a string in a concrete
Trail
.
- toWalk(String, Graph<V, ?>) - Static method in class lavesdk.utils.GraphUtils
-
Converts a specified walk as a string in a concrete
Walk
.
- Trail<V extends Vertex> - Class in lavesdk.math.graph
-
Represents a trail in a
Graph
.
- Trail(Graph<V, ? extends Edge>) - Constructor for class lavesdk.math.graph.Trail
-
Creates an empty trail.
- Trail(Graph<V, ? extends Edge>, V[]) - Constructor for class lavesdk.math.graph.Trail
-
Creates a trail based on a predefined trail.
- Trail(Graph<V, ? extends Edge>, List<V>) - Constructor for class lavesdk.math.graph.Trail
-
Creates a trail based on a predefined trail.
- TrailByID<V extends Vertex> - Class in lavesdk.math.graph
-
Represents a trail in a
Graph
using the identifiers of the vertices.
- TrailByID(Graph<V, ? extends Edge>) - Constructor for class lavesdk.math.graph.TrailByID
-
Creates an empty trail.
- TrailByID(Graph<V, ? extends Edge>, Integer[]) - Constructor for class lavesdk.math.graph.TrailByID
-
Creates a trail based on a predefined trail.
- TrailByID(Graph<V, ? extends Edge>, List<Integer>) - Constructor for class lavesdk.math.graph.TrailByID
-
Creates a trail based on a predefined trail.
- transferGraph(GraphTransferProtocol<N, L>) - Method in class lavesdk.algorithm.plugin.views.GraphView
-
Transfers a graph of another graph view into this one.
- transpose(NumericMatrix<? extends Number>, Number) - Static method in class lavesdk.math.NumericMatrix
-
Transposes the given matrix.
- type - Variable in class lavesdk.algorithm.text.AlgorithmStep.TextToken
-
the type of the token
- Type - Enum in lavesdk.math.graph.enums
-
The type of a graph.