A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

V

validate(AlgorithmPlugin, boolean) - Static method in class lavesdk.algorithm.plugin.Validator
Creates a validation report for the given plugin.
validateFile(File, String) - Static method in class lavesdk.utils.FileUtils
Validates a file meaning that the file is checked for a valid extension and if this is not the case then the file is expanded by the extension that is specified.
ValidationReport - Class in lavesdk.algorithm.plugin
The report of a validation process of an AlgorithmPlugin.
ValidationReport(boolean, String, int, int) - Constructor for class lavesdk.algorithm.plugin.ValidationReport
Creates a new report.
Validator - Class in lavesdk.algorithm.plugin
Use Validator.validate(AlgorithmPlugin, boolean) to validate an AlgorithmPlugin meaning if it is functioning.
value - Variable in class lavesdk.gui.widgets.Property
the value of the property
value() - Method in class lavesdk.utils.MutableNumber
Gets the value of the number.
value(T) - Method in class lavesdk.utils.MutableNumber
Sets the value of the number.
valueOf(String) - Static method in enum lavesdk.algorithm.AlgorithmExercise.ExamResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.algorithm.enums.AlgorithmStartOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.algorithm.plugin.enums.MessageIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.algorithm.plugin.views.GraphView.SelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.algorithm.text.AlgorithmStep.TextTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.gui.dialogs.enums.AllowedGraphType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.gui.widgets.enums.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.gui.widgets.enums.SelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.gui.widgets.Mask.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.gui.widgets.Symbol.PredefinedSymbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.logging.enums.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.math.graph.enums.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lavesdk.math.graph.network.enums.FlowType
Returns the enum constant of this type with the specified name.
values() - Static method in enum lavesdk.algorithm.AlgorithmExercise.ExamResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.algorithm.enums.AlgorithmStartOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.algorithm.plugin.enums.MessageIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.algorithm.plugin.views.GraphView.SelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.algorithm.text.AlgorithmStep.TextTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.gui.dialogs.enums.AllowedGraphType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.gui.widgets.enums.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.gui.widgets.enums.SelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.gui.widgets.Mask.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.gui.widgets.Symbol.PredefinedSymbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.logging.enums.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.math.graph.enums.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lavesdk.math.graph.network.enums.FlowType
Returns an array containing the constants of this enum type, in the order they are declared.
Vertex - Class in lavesdk.math.graph
Represents a vertex of a Graph.
Vertex(String) - Constructor for class lavesdk.math.graph.Vertex
Creates a new vertex.
VERTEX_ADD_ICON - Variable in class lavesdk.resources.Resources
the vertex add icon or null if the resource could not be loaded
VERTEX_ADD_ICON_PATH - Variable in class lavesdk.resources.Resources
path to the vertex add icon
vertexAdded(GraphView<V, E>.VisualVertex) - Method in interface lavesdk.algorithm.plugin.views.GraphViewListener
A new vertex is added to the graph view.
vertexIDModified(int, int) - Method in class lavesdk.math.graph.AccessibleIDObserver
Indicates that the vertex with the identifier oldID has changed its id to newID.
VertexOnlyTransferProtocol<V extends Vertex,E extends Edge> - Class in lavesdk.algorithm.plugin.views
A GraphTransferProtocol that only transfers the vertices of a GraphView to another graph view or the same.
VertexOnlyTransferProtocol(GraphView<V, E>, boolean) - Constructor for class lavesdk.algorithm.plugin.views.VertexOnlyTransferProtocol
Creates a new vertex only transfer protocol.
VertexOnlyTransferProtocol(GraphView<V, E>, boolean, boolean) - Constructor for class lavesdk.algorithm.plugin.views.VertexOnlyTransferProtocol
Creates a new vertex only transfer protocol.
vertexRemoved(GraphView<V, E>.VisualVertex) - Method in interface lavesdk.algorithm.plugin.views.GraphViewListener
A vertex is removed from the graph view.
VertexRenderer<T extends Vertex> - Interface in lavesdk.algorithm.plugin.views.renderers
Interface to render vertices in a GraphView.
vertexSelected(GraphView<V, E>.VisualVertex) - Method in interface lavesdk.algorithm.plugin.views.GraphViewListener
A vertex is selected in the graph view.
VERTICAL - Static variable in class lavesdk.algorithm.plugin.views.ViewGroup
the orientation of the components is vertical
vertices - Variable in class lavesdk.math.graph.Walk
the list of vertices of the walk
vertices - Variable in class lavesdk.math.graph.WalkByID
the list of identifiers of the vertices of the walk
View - Class in lavesdk.algorithm.plugin.views
Base implementation of a view of a AlgorithmPlugin.
View(String) - Constructor for class lavesdk.algorithm.plugin.views.View
Creates a new view.
View(String, boolean) - Constructor for class lavesdk.algorithm.plugin.views.View
Creates a new view.
View(String, boolean, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.views.View
Creates a new view.
view - Variable in class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
the view its header bar is extended by this extension
ViewContainer - Class in lavesdk.algorithm.plugin.views
Represents the container in which a AlgorithmPlugin is shown.
ViewContainer() - Constructor for class lavesdk.algorithm.plugin.views.ViewContainer
Creates a new container.
ViewContainer(int) - Constructor for class lavesdk.algorithm.plugin.views.ViewContainer
Creates a new container.
ViewGroup - Class in lavesdk.algorithm.plugin.views
Represents a group of components, such as Views or other JComponents.
ViewGroup(int) - Constructor for class lavesdk.algorithm.plugin.views.ViewGroup
Creates a new group.
ViewGroup(int, int) - Constructor for class lavesdk.algorithm.plugin.views.ViewGroup
Creates a new group.
ViewHeaderBarExtension - Class in lavesdk.algorithm.plugin.views
Extends the header bar of a given view with further functionality.
ViewHeaderBarExtension(View, boolean, LanguageFile, String) - Constructor for class lavesdk.algorithm.plugin.views.ViewHeaderBarExtension
Creates a new header bar extension.
VISUALGRAPHFILE_EXT - Static variable in class lavesdk.algorithm.plugin.views.GraphView
the extension of a visual graph file (.vgf)
A B C D E F G H I K L M N O P Q R S T U V W X Y Z