Table of Contents

Class LifelineCoveredByCollection

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

Denotes a class to implement the coveredBy reference

public class LifelineCoveredByCollection : ObservableOppositeSet<ILifeline, IInteractionFragment>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IInteractionFragment>, ISet<IInteractionFragment>, ICollectionExpression<IInteractionFragment>, IEnumerableExpression<IInteractionFragment>, IEnumerableExpression, ICollection<IInteractionFragment>, IEnumerable<IInteractionFragment>, IEnumerable
Inheritance
LifelineCoveredByCollection
Implements
Inherited Members

Constructors

LifelineCoveredByCollection(ILifeline)

Creates a new instance

public LifelineCoveredByCollection(ILifeline parent)

Parameters

parent ILifeline

the parent Lifeline

Methods

SetOpposite(IInteractionFragment, ILifeline)

Sets the opposite of the given item

protected override void SetOpposite(IInteractionFragment item, ILifeline newParent)

Parameters

item IInteractionFragment

the item

newParent ILifeline

the new parent or null, if the item is removed from the collection