public class Recursion extends Node
_nameSessions| Constructor and Description |
|---|
Recursion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(SessionType type,
int index,
SessionScope scope)
This method checks whether the node can be evaluated without external trigger.
|
int |
getBlockIndex()
This method returns the block index.
|
void |
setBlockIndex(int blockIndex)
This method sets the block index.
|
public int getBlockIndex()
public void setBlockIndex(int blockIndex)
blockIndex - The block indexpublic boolean evaluate(SessionType type, int index, SessionScope scope)
Copyright © 2014. All Rights Reserved.