public interface HistoricalEventDescriptionDelegation extends HistoricalEventDescription
| Modifier and Type | Field and Description |
|---|---|
static int |
FROM_PERFORMER_IDX
Valid index value for
HistoricalEventDescription.getItem(int). |
static int |
TO_PERFORMER_IDX
Valid index value for
HistoricalEventDescription.getItem(int). |
| Modifier and Type | Method and Description |
|---|---|
Participant |
getFromPerformer()
Will return the performer before delegation was performed.
|
Participant |
getToPerformer()
Will return the performer after delegation was performed.
|
getItemstatic final int FROM_PERFORMER_IDX
HistoricalEventDescription.getItem(int). Will return performer before delegation was performed.getFromPerformer(),
Constant Field Valuesstatic final int TO_PERFORMER_IDX
HistoricalEventDescription.getItem(int). Will return performer after delegation was performed.getToPerformer(),
Constant Field ValuesParticipant getFromPerformer()
Participant getToPerformer()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.