- add(TypeVertex, TypeVertex) - Method in interface net.bubuntu.graph.Edges
-
Add a new edge in the graph.
- add(Vertex<TypeVertex>, Vertex<TypeVertex>) - Method in interface net.bubuntu.graph.Edges
-
Add a new edge in the graph.
- add(TypeVertex, TypeVertex, TypeEdge) - Method in interface net.bubuntu.graph.EdgesValuated
-
Add a new edge in the graph.
- add(Vertex<TypeVertex>, Vertex<TypeVertex>, TypeEdge) - Method in interface net.bubuntu.graph.EdgesValuated
-
Add a new edge in the graph.
- add(TypeVertex) - Method in interface net.bubuntu.graph.Vertices
-
Add a new vertex in the graph.
- add(TypeVertex...) - Method in interface net.bubuntu.graph.Vertices
-
Add new vertices in the graph.