public class BATestScriptAction
extends java.lang.Object
| Constructor and Description |
|---|
BATestScriptAction(boolean senderIsParticipant,
java.lang.String messageToBeSent,
java.net.URI stateOfSenderBeforeSending)
Constructor that will cause the script to send text messages.
|
BATestScriptAction(boolean senderIsParticipant,
java.net.URI coordinationMessageUriToBeSent,
java.net.URI stateOfSenderBeforeSending)
Constructor that will cause the script to send won:coordinationMessage with the given URI as object.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.Model |
getMessageToBeSent() |
java.net.URI |
getStateOfSenderBeforeSending() |
boolean |
isNopAction() |
boolean |
isSenderIsCoordinator() |
boolean |
isSenderIsParticipant() |
java.lang.String |
toString() |
public BATestScriptAction(boolean senderIsParticipant,
java.lang.String messageToBeSent,
java.net.URI stateOfSenderBeforeSending)
senderIsParticipant - messageToBeSent - stateOfSenderBeforeSending - public BATestScriptAction(boolean senderIsParticipant,
java.net.URI coordinationMessageUriToBeSent,
java.net.URI stateOfSenderBeforeSending)
senderIsParticipant - coordinationMessageUriToBeSent - stateOfSenderBeforeSending - public boolean isSenderIsParticipant()
public boolean isSenderIsCoordinator()
public org.apache.jena.rdf.model.Model getMessageToBeSent()
public java.net.URI getStateOfSenderBeforeSending()
public boolean isNopAction()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All Rights Reserved.