Table of Contents

Class ActivityPartitionNodeCollection

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

Denotes a class to implement the node reference

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

Constructors

ActivityPartitionNodeCollection(IActivityPartition)

Creates a new instance

public ActivityPartitionNodeCollection(IActivityPartition parent)

Parameters

parent IActivityPartition

the parent ActivityPartition

Methods

SetOpposite(IActivityNode, IActivityPartition)

Sets the opposite of the given item

protected override void SetOpposite(IActivityNode item, IActivityPartition newParent)

Parameters

item IActivityNode

the item

newParent IActivityPartition

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