dundas.controls.DirectedAcyclicGraph Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DirectedAcyclicGraph
      dundas.controls.TransformLayoutGraph
 

Constructors

 
  Name Description
init
 
 

Properties

 
  Name Description
graphDepth Gets the depth of the graph.
graphWidth Gets the graph's width (depth with most nodes)
nodes Gets all nodes.
startNode The start node of this graph.
 
 

Methods

 
  Name Description
findLongestPaths Find the longest paths between 2 nodes.
findParents
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getSubGraphArray Retrieve a sub graph as an array.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.