- getAdjacentVertices() - Method in class jto.p5graphtheory.Vertex
-
Returns a sorted TreeSet
containing the adjacent
vertices to this Vertex
.
- getDegree() - Method in class jto.p5graphtheory.Vertex
-
Returns the degree of the Vertex
.
- getEdges() - Method in class jto.p5graphtheory.Graph
-
Returns the TreeSet of edges.
- getIncidentEdges() - Method in class jto.p5graphtheory.Vertex
-
Returns a sorted TreeSet
containing the incident edges
to this Vertex
.
- getLength() - Method in class jto.p5graphtheory.Edge
-
Returns the length of the edge.
- getPVector() - Method in class jto.p5graphtheory.Vertex
-
Returns the PVector that holds the location of this vertex.
- getVertexA() - Method in class jto.p5graphtheory.Edge
-
Getter for Vertex A.
- getVertexA() - Method in class jto.p5graphtheory.Triangle
-
Getter for Vertex A.
- getVertexB() - Method in class jto.p5graphtheory.Edge
-
Getter for Vertex B.
- getVertexB() - Method in class jto.p5graphtheory.Triangle
-
Getter for Vertex B.
- getVertexC() - Method in class jto.p5graphtheory.Triangle
-
Getter for Vertex C.
- getVertices() - Method in class jto.p5graphtheory.Graph
-
Returns the TreeSet of vertices.
- getX() - Method in class jto.p5graphtheory.Vertex
-
Getter for the x-coordinate.
- getY() - Method in class jto.p5graphtheory.Vertex
-
Getter for the y-coordinate.
- getZ() - Method in class jto.p5graphtheory.Vertex
-
Getter for the z-coordinate.
- Graph - Class in jto.p5graphtheory
-
This is the Graph
class.
- Graph() - Constructor for class jto.p5graphtheory.Graph
-
This is the constructor for Graph
objects.
- Graph.DisjointSet<E> - Class in jto.p5graphtheory
-
This is the DisjointSet
class.
- Graph.DisjointSet() - Constructor for class jto.p5graphtheory.Graph.DisjointSet
-
This is the constructor for DisjointSet
objects.