MultiNode
MultiNode
A grouping node, intended mainly for meta-graphs, or hierarchical graphs
Kind: global class
- MultiNode
- instance
- .source_nodes :
Array.<T>
- .isMultiNode :
boolean
- .add(other)
- .source_nodes :
- static
- .fromOne(t) ⇒
MultiNode.<T>
- .fromOne(t) ⇒
- instance
multiNode.source_nodes : Array.<T>
Kind: instance property of MultiNode
multiNode.isMultiNode : boolean
Kind: instance property of MultiNode
multiNode.add(other)
Absorb nodes from another node
Kind: instance method of MultiNode
Param | Type |
---|---|
other | MultiNode.<T> |
MultiNode.fromOne(t) ⇒ MultiNode.<T>
Kind: static method of MultiNode
Param | Type |
---|---|
t | T |