- Edge<V,W extends java.lang.Number> - Class in berack96.lib.graph
-
Class used for retrieving the edges of the graph.
- Edge(V, V, W) - Constructor for class berack96.lib.graph.Edge
-
Create an final version of this object
- edge - Variable in class berack96.lib.graph.view.edge.EdgeComponent
-
- EdgeComponent<V,W extends java.lang.Number> - Class in berack96.lib.graph.view.edge
-
- EdgeComponent(VertexComponent<V>, VertexComponent<V>, W) - Constructor for class berack96.lib.graph.view.edge.EdgeComponent
-
- EdgeIntListener<V> - Class in berack96.lib.graph.view.edge
-
- EdgeIntListener(GraphPanel<V, Integer>) - Constructor for class berack96.lib.graph.view.edge.EdgeIntListener
-
- EdgeListener<V,W extends java.lang.Number> - Class in berack96.lib.graph.view.edge
-
- EdgeListener(GraphPanel<V, W>) - Constructor for class berack96.lib.graph.view.edge.EdgeListener
-
- edges() - Method in interface berack96.lib.graph.Graph
-
Get all the edges in the graph.
If the graph doesn't contains edges, it'll return an empty collection.
Note: depending on the implementation, modifying the returned collection
could affect the graph behavior and the changes could be reflected to the graph.
- edges() - Method in class berack96.lib.graph.impl.AdjGraph
-
- edges() - Method in class berack96.lib.graph.impl.MapGraph
-
- edges() - Method in class berack96.lib.graph.impl.MatrixGraph
-
- edges - Variable in class berack96.lib.graph.models.GraphSaveStructure
-
- EdgeSaveStructure - Class in berack96.lib.graph.models
-
Support class used for saving a Graph in a file.
- EdgeSaveStructure() - Constructor for class berack96.lib.graph.models.EdgeSaveStructure
-
- EdgeSaveStructure(String, String, String) - Constructor for class berack96.lib.graph.models.EdgeSaveStructure
-
- edgesOf(V) - Method in interface berack96.lib.graph.Graph
-
Retrieve all the edges of a particular vertex.
Note: the edges that are returned are the one that goes IN this vertex AND the edges that goes OUT of it.
Note2: depending on the implementation, modifying the returned collection
could affect the graph behavior and the changes could be reflected to the graph.
- edgesOf(V) - Method in class berack96.lib.graph.impl.AdjGraph
-
- edgesOf(V) - Method in class berack96.lib.graph.impl.MapGraph
-
- edgesOf(V) - Method in class berack96.lib.graph.impl.MatrixGraph
-
- EdgeView<V,W extends java.lang.Number> - Class in berack96.lib.graph.view.edge
-
- EdgeView() - Constructor for class berack96.lib.graph.view.edge.EdgeView
-
- equals(Object) - Method in class berack96.lib.graph.Edge
-
- equals(Object) - Method in class berack96.lib.graph.Vertex
-
- equals(Object) - Method in class berack96.lib.graph.view.vertex.VertexComponent
-