Interface | Description |
---|---|
ExitCondition |
An interface that is implemented by classes that control when the loop unit exits.
|
Class | Description |
---|---|
Compare |
A Compare unit test two VectorType inputs in a way chosen by the user in the parameter window: =, >, >=, <, <=, !=.
|
Compatible |
A Compatible unit test two inputs for compatibility, as defined by GraphType.
|
DefaultExitCondition |
The default exit condition used by the loop unit.
|
ForNext |
A ForNext unit to ..
|
If |
If takes two inputs: the first is the test value (Const) and the second is the data that gets routed to either the
first output or the second output according to whether the const value is larger or smaller than the test.
|
Loop |
Control unit for looping over groups
|
LoopPanel |
A panel for specifying the exit condition on a loop.
|
LoopUnit |
Loop provides the user with a facility to create loops within the network
|
Sleep |
Exception | Description |
---|---|
InvalidEquationException |
An exception thrown when the exit condition is invalid
|