Table of Contents

Class InteractionOperandFragmentCollection

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

Denotes a class to implement the fragment reference

public class InteractionOperandFragmentCollection : ObservableOppositeOrderedSet<IInteractionOperand, IInteractionFragment>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IInteractionFragment>, IListExpression<IInteractionFragment>, ISetExpression<IInteractionFragment>, ICollectionExpression<IInteractionFragment>, IEnumerableExpression<IInteractionFragment>, IOrderedSet<IInteractionFragment>, IList<IInteractionFragment>, ISet<IInteractionFragment>, ICollection<IInteractionFragment>, IEnumerable<IInteractionFragment>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
InteractionOperandFragmentCollection
Implements
Inherited Members

Constructors

InteractionOperandFragmentCollection(IInteractionOperand)

Creates a new instance

public InteractionOperandFragmentCollection(IInteractionOperand parent)

Parameters

parent IInteractionOperand

the parent InteractionOperand

Methods

SetOpposite(IInteractionFragment, IInteractionOperand)

Sets the opposite of the given item

protected override void SetOpposite(IInteractionFragment item, IInteractionOperand newParent)

Parameters

item IInteractionFragment

the item

newParent IInteractionOperand

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