a graph arc/edge representation
a graph arc/edge representation
(dst this)
the destination node of this link
the destination node of this link
(src this)
the origin node of this link
the origin node of this link
(mirror this)
swap the src and dst of this Link
swap the src and dst of this Link
(mirror? this)
returns true if this Link is a mirror of its original
returns true if this Link is a mirror of its original
(lat this)
latitude in decimal numbers
latitude in decimal numbers
(lon this)
longitude in decimal numbers
longitude in decimal numbers
(id this)
returns a unique identifier for this Context
returns a unique identifier for this Context
(successors this)
returns the Links that origin at this Context
returns the Links that origin at this Context
An instance used to direct the movement of Dijkstra's traversal algorithm
An instance used to direct the movement of Dijkstra's traversal algorithm
(relax this arc trail)
attempts to relax node following trail path. Returns a Valuable implementation
attempts to relax node following trail path. Returns a Valuable implementation
A simple representation of a generic routing worth function result
A simple representation of a generic routing worth function result
(cost this)
a number indicating how difficult it is to get to a specific node
a number indicating how difficult it is to get to a specific node
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close