public class Parallel extends Node
_nameSessions| Constructor and Description |
|---|
Parallel() |
| 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.
|
List<Integer> |
getPathIndexes()
This method returns the choice path indexes.
|
void |
getPathIndexes(List<Integer> indexes)
This method sets the choice path indexes.
|
public List<Integer> getPathIndexes()
public void getPathIndexes(List<Integer> indexes)
indexes - The choice path indexespublic boolean evaluate(SessionType type, int index, SessionScope scope)
Copyright © 2014. All Rights Reserved.