(diff a b)
Create an EditScript that represents the minimal difference between b
and a
Create an EditScript that represents the minimal difference between `b` and `a`
(get-key this)
Get the key of this node
Get the key of this node
(set-size this s)
Set the size of sub-tree
Set the size of sub-tree
(get-size this)
Get the size of sub-tree, used to estimate cost
Get the size of sub-tree, used to estimate cost
(set-next this node)
Set the next sibling node
Set the next sibling node
(get-parent this)
Get the parent node
Get the parent node
(get-first this)
Get the first child node
Get the first child node
(get-last this)
Get the last child node
Get the last child node
(get-path this)
Get the path to the node from root
Get the path to the node from root
(get-value this)
Get the actual data
Get the actual data
(get-next this)
Get the next sibling node
Get the next sibling node
(get-children this)
Get all children node in a map
Get all children node in a map
(set-order this o)
Set the traversal order of this node
Set the traversal order of this node
(get-order this)
Get the order of this node in traversal
Get the order of this node in traversal
(add-child this node)
Add a child node
Add a child node
(get-came this)
Get the local succession map
Get the local succession map
(get-g this)
Get the g cost map
Get the g cost map
(get-open this)
Get the open priority queue
Get the open priority queue
(set-came this came)
Set the local succession map
Set the local succession map
(set-g this g)
Set the g cost map
Set the g cost map
(set-open this open)
Set the open priority queue
Set the open priority queue
(current this)
Starting pair of nodes
Starting pair of nodes
(neighbor this)
Destination pair of nodes
Destination pair of nodes
(operator this)
Operator to try
Operator to try
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close