System Nodes
Bases: openalea.core.node.Node
Float Accumulator
Add to a Float (in datapool) the receive value
Parameters: | inputs -- a list containing the value to append and the name of the datapool variable |
---|
Bases: openalea.core.node.Node
List Accumulator
Add to a list (in datapool) the receive value
Parameters: | inputs -- a list containing the value to append and the name of the datapool variable |
---|
Bases: openalea.core.node.Annotation
A DummyNode is a fake node.
Bases: openalea.core.node.Node
Loop a number of cycle, then stop
Bases: openalea.core.node.Node
Return the previous value or an initial value
Bases: openalea.core.node.Node
While Loop Univariate In 0 : Initial value In 1 : Sequence In 2 : Process Function
Out 0 : Result value
Bases: openalea.core.node.Node
In0 : Init value In1 : Current Value In2 : State (Bool)
If state is true, return In0, else return In1 state is set to false in the first execution.
Bases: openalea.core.node.Node
Iteration Node
Bases: core.system.systemnodes.IterNode
Iteration Node
Bases: openalea.core.node.Node
Return a lambda variable
Bases: openalea.core.node.Node
In : Name (key), Default Value Out : Object (value)
Bases: openalea.core.node.Node
In : Name (key) Out : Object (value)
Bases: openalea.core.node.Node
In : Name (String), Object (Any)
Bases: openalea.core.node.Node
Rendez Vous node (synchronisation) In1 : Value In2 : Unused (control flow) Out : Value, result of the control flow evaluation
Bases: openalea.core.node.Node
Iteration Node
Bases: openalea.core.node.Node
While Loop Multivariate In 0 : List of initial value In 1 : Test function In 2 : List of Process Function
Out 0 : Result variables
Bases: openalea.core.node.Node
While Loop Univariate In 0 : Initial value In 1 : Test function In 2 : Process Function
Out 0 : Result value
Return all data that match the pattern
Execute a command in a shell cmd : the command as a string dir : the directory where the cmd is executed Output : status