Readonly
add a new entry into the DAG with the supplied value, with this entry as its parent.
return true if this is the root entry (it is)
get the parent entry to this one (returns undefined, this is the root)
get the root entry in the DAG (it's this object, this is the root)
get the count of items stored in the DAG
get the value that this DAG entry stores
Generated using TypeDoc
add a new entry into the DAG with the supplied value, with this entry as its parent.