SPeCS Packages Documentation
    Preparing search index...

    An object that can generate unique identifiers for nodes. See BaseGraph.Class.setNodeIdGenerator.

    interface IdGenerator {
        newId(graph: BaseGraph.Class): string;
    }

    Implemented by

    Index

    Methods

    Methods