IInteraction interface
Namespace: NextDesign.Core
Description
An access object to interaction model information.
Affiliation area
Name | Description |
---|---|
Interaction model | A group of APIs to access the interaction model. |
Inherit Base
Name | Description |
---|---|
IModel | Provides access to NextDesign design model information. |
Property
Name | Description |
---|---|
Frame | Frame |
InteractionUses | List of interaction uses The order of the collections is the order in which they were created. |
Lifelines | List of lifelines The order of the collection is from the left side of the sequence diagram. |
MessageEnds | List of message ends The order of the collection is the order in which it was created. |
Messages | List of Messages The order of the collections is the order in which they were created. |
Method
Name | Description |
---|---|
GetLifelinesByName | Gets a list of lifelines with the specified name. Returns an empty collection if no such lifeline exists. |
GetLifelinesByTypeModel | Gets a list of lifelines mapped to the specified type model. Returns an empty collection if no such lifeline exists. |
GetMessagesByTypeModel | Gets a list of messages mapped to the specified type model. Returns an empty collection if no such message exists. |