Table of Contents

Class ClassifierPowertypeExtentCollection

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

Denotes a class to implement the powertypeExtent reference

public class ClassifierPowertypeExtentCollection : ObservableOppositeSet<IClassifier, IGeneralizationSet>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IGeneralizationSet>, ISet<IGeneralizationSet>, ICollectionExpression<IGeneralizationSet>, IEnumerableExpression<IGeneralizationSet>, IEnumerableExpression, ICollection<IGeneralizationSet>, IEnumerable<IGeneralizationSet>, IEnumerable
Inheritance
ClassifierPowertypeExtentCollection
Implements
Inherited Members

Constructors

ClassifierPowertypeExtentCollection(IClassifier)

Creates a new instance

public ClassifierPowertypeExtentCollection(IClassifier parent)

Parameters

parent IClassifier

the parent Classifier

Methods

SetOpposite(IGeneralizationSet, IClassifier)

Sets the opposite of the given item

protected override void SetOpposite(IGeneralizationSet item, IClassifier newParent)

Parameters

item IGeneralizationSet

the item

newParent IClassifier

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