Skip to main content

IInteraction interface

Namespace: NextDesign.Core

Description

An access object to interaction model information.

Affiliation area

NameDescription
Interaction modelA group of APIs to access the interaction model.

Inherit Base

NameDescription
IModelProvides access to NextDesign design model information.

Property

NameDescription
FrameFrame
InteractionUsesList of interaction uses
The order of the collections is the order in which they were created.
LifelinesList of lifelines
The order of the collection is from the left side of the sequence diagram.
MessageEndsList of message ends
The order of the collection is the order in which it was created.
MessagesList of Messages
The order of the collections is the order in which they were created.

Method

NameDescription
GetLifelinesByNameGets a list of lifelines with the specified name.
Returns an empty collection if no such lifeline exists.
GetLifelinesByTypeModelGets a list of lifelines mapped to the specified type model.
Returns an empty collection if no such lifeline exists.
GetMessagesByTypeModelGets a list of messages mapped to the specified type model.
Returns an empty collection if no such message exists.