org.smartcomps.twister.engine.priv.core.definition
Interface MessageEvent
- All Known Implementing Classes:
- MessageEventImpl
- public interface MessageEvent
A message event is declared on a Pick activity. Its semantic is identical
to a receive activity, the Pick is waiting for the message corresponding
to the message event until an alarm is fired.
- See Also:
Pick
getPartnerLink
public java.lang.String getPartnerLink()
setPartnerLink
public void setPartnerLink(java.lang.String partnerLink)
getPortType
public java.lang.String getPortType()
setPortType
public void setPortType(java.lang.String portType)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
getVariable
public java.lang.String getVariable()
setVariable
public void setVariable(java.lang.String variable)
getCorrelations
public java.util.Collection getCorrelations()
addCorrelation
public void addCorrelation(org.smartcomps.twister.engine.priv.core.definition.CorrelationRef correlationRef)
Copyright © 2003 SmartComps. All Rights Reserved.