A statement in a dot file. Can be used inside graphs or subgraphs.

interface DotStatement {
    toDotString(directed: boolean, indentation: number): string;
}

Implemented by

Methods

Methods