Table of Contents

Class ClassifierSubstitutionCollection

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

Denotes a class to implement the substitution reference

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

Constructors

ClassifierSubstitutionCollection(IClassifier)

Creates a new instance

public ClassifierSubstitutionCollection(IClassifier parent)

Parameters

parent IClassifier

the parent Classifier

Methods

SetOpposite(ISubstitution, IClassifier)

Sets the opposite of the given item

protected override void SetOpposite(ISubstitution item, IClassifier newParent)

Parameters

item ISubstitution

the item

newParent IClassifier

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