Skip to content
markliederbach edited this page Apr 2, 2015 · 3 revisions

`

Dijkstra Interface

(Page under construction)

Description

This interface contains class components that, together, allow the computation of the shortest path between them to be determined.

Interface Components

  • Attributes
    Accessibility Data Type Name Description
    public long NEXT_ID Provides an overarching, universal id protocol so that Node class components will be unique.
  • Classes
    Name Constructors Attributes Methods
    Node

    Node(String)

    Node(String str, Object data)

    name

    id

    data

    neighbors

    minDistance

    previous

    getObject()

    updateObject(Object data)

    toString()

    stringNeighbors()

    compareTo(Node nd)

    addNeighbor(Node nd, double weight)

`

Clone this wiki locally