_nameSessions| Constructor and Description |
|---|
MessageNode() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkMessage(SessionType type,
SessionScope scope,
int scopeIndex,
Message message)
This method checks the message against the message node.
|
String |
getOperator()
This method returns the operator.
|
List<String> |
getTypes()
This method returns the types.
|
void |
setOperator(String operator)
This method sets the operator.
|
void |
setTypes(List<String> types)
This method sets the types.
|
public String getOperator()
public void setOperator(String operator)
operator - The operatorpublic void setTypes(List<String> types)
types - The typesprotected boolean checkMessage(SessionType type, SessionScope scope, int scopeIndex, Message message)
type - The session typescope - The scopescopeIndex - The scope indexmessage - The messageCopyright © 2014. All Rights Reserved.