flatgraph.DiffGraphBuilder
See theDiffGraphBuilder companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def _addEdge(src: DNodeOrNode, dst: DNodeOrNode, edgeKind: Short, property: Any): DiffGraphBuilder.this.type
n.b. one would expect a property name/value pair here, but since each edge has exactly one property we don't need the key here... see the readme.md for more context
n.b. one would expect a property name/value pair here, but since each edge has exactly one property we don't need the key here... see the readme.md for more context
Attributes
def addEdge(src: DNodeOrNode, dst: DNodeOrNode, edgeLabel: String, property: Any): DiffGraphBuilder.this.type
n.b. one would expect a property name/value pair here, but since each edge has exactly one property we don't need the key here... see the readme.md for more context
n.b. one would expect a property name/value pair here, but since each edge has exactly one property we don't need the key here... see the readme.md for more context
Attributes
def unsafeAddHalfEdgeBackward(src: DNodeOrNode, dst: DNodeOrNode, edgeKind: Int, property: Any): DiffGraphBuilder.this.type
def unsafeAddHalfEdgeForward(src: DNodeOrNode, dst: DNodeOrNode, edgeKind: Int, property: Any): DiffGraphBuilder.this.type
Concrete fields
In this article