Table of Contents

Class StructuredActivityNodeVariableCollection

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

Denotes a class to implement the variable reference

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

Constructors

StructuredActivityNodeVariableCollection(IStructuredActivityNode)

Creates a new instance

public StructuredActivityNodeVariableCollection(IStructuredActivityNode parent)

Parameters

parent IStructuredActivityNode

the parent StructuredActivityNode

Methods

SetOpposite(IVariable, IStructuredActivityNode)

Sets the opposite of the given item

protected override void SetOpposite(IVariable item, IStructuredActivityNode newParent)

Parameters

item IVariable

the item

newParent IStructuredActivityNode

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