Table of Contents

Class ActivityNodeOutgoingCollection

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

Denotes a class to implement the outgoing reference

public class ActivityNodeOutgoingCollection : ObservableOppositeSet<IActivityNode, IActivityEdge>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IActivityEdge>, ISet<IActivityEdge>, ICollectionExpression<IActivityEdge>, IEnumerableExpression<IActivityEdge>, IEnumerableExpression, ICollection<IActivityEdge>, IEnumerable<IActivityEdge>, IEnumerable
Inheritance
ActivityNodeOutgoingCollection
Implements
Inherited Members

Constructors

ActivityNodeOutgoingCollection(IActivityNode)

Creates a new instance

public ActivityNodeOutgoingCollection(IActivityNode parent)

Parameters

parent IActivityNode

the parent ActivityNode

Methods

SetOpposite(IActivityEdge, IActivityNode)

Sets the opposite of the given item

protected override void SetOpposite(IActivityEdge item, IActivityNode newParent)

Parameters

item IActivityEdge

the item

newParent IActivityNode

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