Class de.aitools.js.SortedEdges
Graph procedure for sorting edges
Defined in: GraphProcedures.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Graph procedure for sorting edges.
|
Method Attributes | Method Name and Description |
---|---|
execute(graph)
Method for sorting edges in regard to their weight.
|
Class Detail
de.aitools.js.SortedEdges(A)
Graph procedure for sorting edges.
Author: Christof Braeutigam [email protected], Christian Fricke [email protected].
Author: Christof Braeutigam [email protected], Christian Fricke [email protected].
- Parameters:
- {Number} A
- nodeId
Method Detail
{Number}
execute(graph)
Method for sorting edges in regard to their weight.
- Parameters:
- {de.aitools.js.Graph} graph
- The graph to be sorted
- Returns:
- {Number} Sorted edges of a node