Class LifelineCoveredByCollection
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
ILifelinethe parent Lifeline
Methods
SetOpposite(IInteractionFragment, ILifeline)
Sets the opposite of the given item
protected override void SetOpposite(IInteractionFragment item, ILifeline newParent)
Parameters
item
IInteractionFragmentthe item
newParent
ILifelinethe new parent or null, if the item is removed from the collection