AbstractBuilder
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Value members
Abstract methods
If an inner edge equaling to edge is present in this graph, it is replaced by edge, otherwise edge will be inserted. This is useful if non-key parts of an immutable edge are to be modified.
If an inner edge equaling to edge is present in this graph, it is replaced by edge, otherwise edge will be inserted. This is useful if non-key parts of an immutable edge are to be modified.
Attributes
- Returns
-
trueifedgehas been inserted,falseif it has been replaced.
Inherited methods
Alias for addAll(xs).
Alias for addOne(edge).
Alias for addOne(node).
Adds all passed nodes and edges to this graph.
Adds all elements produced by outer to this graph.
Adds all edges to this graph. Nodes being ends of edges are also added if not yet present.
Adds all edges to this graph. Nodes being ends of edges are also added if not yet present.
Attributes
- Inherited from:
- Growable
Adds all nodes to this graph.
Adds a single node to this graph.
Inherited and Abstract methods
Adds a single edge to this graph.
Adds a single edge to this graph.
Attributes
- Returns
-
trueif this graph has not containededgebefore. - Inherited from:
- Growable