Constructors
constructor
- new Class<D, S>(graph, _d?, _sd?): BaseGraph.Class<D, S>
Parameters
- graph: Core
- _d: D = ...
- _sd: S = ...
Accessors
scratchData
- get scratchData(): S
Returns S
Methods
apply
- apply(transformation): this
Returns this
as
- as<G>(GraphType): G
Returns G
toDot
- toDot(dotFormatter, label?): string
Returns string
toDotFile
- toDotFile(dotFormatter, filename, label?): File
Parameters
- dotFormatter: DotFormatter
- filename: string
Optional
label: string