Interface CallableLinkWeight<NodeDatum, LinkDatum>

a strictly callable LinkWeight

Type Parameters

  • NodeDatum = never

  • LinkDatum = never

Hierarchy

  • CallableLinkWeight
  • get the weight of a link

    Parameters

    • link: GraphLink<NodeDatum, LinkDatum>

      the link to get the weight of

    Returns number

    weight - the corresponding weight

Generated using TypeDoc