public class Do extends Node
_nameSessions| Constructor and Description |
|---|
Do() |
| 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 |
getProtocolIndex()
This method returns the protocol index.
|
void |
setProtocolIndex(int protocolIndex)
This method sets the protocol index.
|
public int getProtocolIndex()
public void setProtocolIndex(int protocolIndex)
protocolIndex - The protocol indexpublic boolean evaluate(SessionType type, int index, SessionScope scope)
Copyright © 2014. All Rights Reserved.