Derived Types

TypeLocationExtendsDescription
dagdag_moduleNone

a directed acyclic graph (DAG). a collection of vertices (nodes) that are connected to other vertices.

edgedag_moduleNone

the "to" vertex that defines an edge. This is part of the array of vertices contained without the "from" vertex type. an edge can also have optional attrubutes for graphviz.

vertexdag_moduleNone

a vertex (or node) of a directed acyclic graph (DAG)

type~~graph~~TypeGraph type~dag dag type~vertex vertex type~dag->type~vertex vertices type~edge edge type~vertex->type~edge edges
Help