flatgraph.DiffGraphBuilder
See theDiffGraphBuilder companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
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
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): this.type
def unsafeAddHalfEdgeForward(src: DNodeOrNode, dst: DNodeOrNode, edgeKind: Int, property: Any): this.type
In this article