| Package | Description |
|---|---|
| org.scribble.monitor | |
| org.scribble.monitor.model | |
| org.scribble.trace.model |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setOperator(String operator)
This method sets the operator.
|
Message |
Message.setTypes(List<String> types)
This method sets the types.
|
Message |
Message.setValues(List<Object> values)
This method sets the values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Monitor.received(SessionType type,
SessionInstance instance,
Message message,
String fromRole)
This method checks whether the received message is valid.
|
boolean |
DefaultMonitor.received(SessionType type,
SessionInstance instance,
Message message,
String fromRole)
This method checks whether the received message is valid.
|
protected boolean |
DefaultMonitor.received(SessionType type,
SessionScope scope,
Message message,
String fromRole)
This method checks whether the received message is applicable to the supplied
session scope or any of its child scopes.
|
boolean |
Monitor.sent(SessionType type,
SessionInstance instance,
Message message,
String toRole)
This method checks whether the sent message is valid.
|
boolean |
DefaultMonitor.sent(SessionType type,
SessionInstance instance,
Message message,
String toRole)
This method checks whether the sent message is valid.
|
protected boolean |
DefaultMonitor.sent(SessionType type,
SessionScope scope,
Message message,
String toRole)
This method checks whether the sent message is applicable to the supplied
session scope or any of its child scopes.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MessageNode.checkMessage(SessionType type,
SessionScope scope,
int scopeIndex,
Message message)
This method checks the message against the message node.
|
boolean |
Receive.received(SessionType type,
SessionScope scope,
int scopeIndex,
Message message,
String fromRole)
This method checks whether the sent message is valid.
|
boolean |
Node.received(SessionType type,
SessionScope scope,
int scopeIndex,
Message message,
String fromRole)
This method checks whether the sent message is valid.
|
boolean |
Send.sent(SessionType type,
SessionScope scope,
int scopeIndex,
Message message,
String toRole)
This method checks whether the sent message is valid.
|
boolean |
Node.sent(SessionType type,
SessionScope scope,
int scopeIndex,
Message message,
String toRole)
This method checks whether the sent message is valid.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageTransfer.getMessage()
This method returns the values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MonitorRoleSimulator.receive(SimulatorContext context,
Message mesg,
String fromRole)
This method simulates the receiving of a message.
|
abstract boolean |
RoleSimulator.receive(SimulatorContext context,
Message mesg,
String fromRole)
This method simulates the receiving of a message.
|
boolean |
MonitorRoleSimulator.send(SimulatorContext context,
Message mesg,
String toRole)
This method simulates the sending of a message.
|
abstract boolean |
RoleSimulator.send(SimulatorContext context,
Message mesg,
String toRole)
This method simulates the sending of a message.
|
MessageTransfer |
MessageTransfer.setMessage(Message message)
This method sets the message.
|
Copyright © 2014. All Rights Reserved.