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