Edge

public class Edge

Undocumented

Instance Properties

  • Source Node.

    Declaration

    Swift

    public let source: Node
  • Source Destination.

    Declaration

    Swift

    public let destination: Node
  • Weight of the Edge.

    Declaration

    Swift

    public let weight: Float?

Initializers