SPeCS Packages Documentation
    Preparing search index...

    An object that can generate unique identifiers for edges. See BaseGraph.Class.setEdgeIdGenerator.

    interface IdGenerator {
        newId(
            graph: BaseGraph.Class,
            source: BaseNode.Class,
            target: BaseNode.Class,
        ): string;
    }

    Implemented by

    Index

    Methods

    Methods