public class InitInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.ITransportComponentIdentifier |
initiator
The initiator.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
nonfunc
The non-functional properties.
|
protected jadex.bridge.ITransportComponentIdentifier |
participant
The participant.
|
Constructor and Description |
---|
InitInfo()
Create a new init info.
|
InitInfo(jadex.bridge.ITransportComponentIdentifier initiator,
jadex.bridge.ITransportComponentIdentifier participant,
java.util.Map<java.lang.String,java.lang.Object> nonfunc)
Create a new init info.
|
Modifier and Type | Method and Description |
---|---|
jadex.bridge.ITransportComponentIdentifier |
getInitiator()
Get the initiator.
|
java.util.Map<java.lang.String,java.lang.Object> |
getNonFunctionalProperties()
Get the nonFunctionalProperties.
|
jadex.bridge.ITransportComponentIdentifier |
getParticipant()
Get the participant.
|
void |
setInitiator(jadex.bridge.ITransportComponentIdentifier initiator)
Set the initiator.
|
void |
setNonFunctionalProperties(java.util.Map<java.lang.String,java.lang.Object> nonFunctionalProperties)
Set the nonFunctionalProperties.
|
void |
setParticipant(jadex.bridge.ITransportComponentIdentifier participant)
Set the participant.
|
protected jadex.bridge.ITransportComponentIdentifier initiator
protected jadex.bridge.ITransportComponentIdentifier participant
protected java.util.Map<java.lang.String,java.lang.Object> nonfunc
public InitInfo()
public InitInfo(jadex.bridge.ITransportComponentIdentifier initiator, jadex.bridge.ITransportComponentIdentifier participant, java.util.Map<java.lang.String,java.lang.Object> nonfunc)
public jadex.bridge.ITransportComponentIdentifier getInitiator()
public void setInitiator(jadex.bridge.ITransportComponentIdentifier initiator)
initiator
- The initiator to set.public jadex.bridge.ITransportComponentIdentifier getParticipant()
public void setParticipant(jadex.bridge.ITransportComponentIdentifier participant)
participant
- The participant to set.public java.util.Map<java.lang.String,java.lang.Object> getNonFunctionalProperties()
public void setNonFunctionalProperties(java.util.Map<java.lang.String,java.lang.Object> nonFunctionalProperties)
nonFunctionalProperties
- The nonFunctionalProperties to set.