- value() - Method in class org.mathIT.numbers.Factors
-
Returns the integer value determined by these prime factors.
- valueOf(String) - Static method in enum org.mathIT.genes.AminoAcid
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mathIT.genes.Codon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mathIT.genes.RNACodon
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mathIT.genes.AminoAcid
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mathIT.genes.Codon
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mathIT.genes.RNACodon
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vertex<V extends Vertible<V>> - Class in org.mathIT.graphs
-
An instance of this class represents a vertex of a graph.
- Vertex(int) - Constructor for class org.mathIT.graphs.Vertex
-
Creates a vertex with the specified index which also specifies its name.
- Vertex(String) - Constructor for class org.mathIT.graphs.Vertex
-
Creates a vertex with the specified name.
- Vertex(int, String) - Constructor for class org.mathIT.graphs.Vertex
-
Creates a vertex with the specified index and name.
- Vertex(int, V[]) - Constructor for class org.mathIT.graphs.Vertex
-
Creates a vertex with the specified index and adjacency list,
whose name equals the index.
- Vertex(int, String, V[]) - Constructor for class org.mathIT.graphs.Vertex
-
Creates a vertex with the specified index and adjacency list,
whose name equals the index.
- Vertible<V extends Vertible<V>> - Interface in org.mathIT.graphs
-
This interface specifies classes representing a vertex of a graph.
- vertices - Variable in class org.mathIT.graphs.Graph
-
Array of vertices forming this graph.
- visualize(Graph<T>) - Static method in class org.mathIT.gui.GraphViewer
-
This method visualizes a graph.
- vx(double, double, double) - Method in class org.mathIT.plot.ComplexPlotPane
-
Returns the projected value on the x axis given by the current rotation angles.
- vx(double, double, double) - Method in class org.mathIT.plot.Plot3DPane
-
Returns the projected value on the x axis given by the current rotation angles.
- vy(double, double, double) - Method in class org.mathIT.plot.ComplexPlotPane
-
Returns the projected value on the y axis given by the current rotation angles.
- vy(double, double, double) - Method in class org.mathIT.plot.Plot3DPane
-
Returns the projected value on the y axis given by the current rotation angles.