Table of Contents

Class ClassifierUseCaseCollection

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

Denotes a class to implement the useCase reference

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

Constructors

ClassifierUseCaseCollection(IClassifier)

Creates a new instance

public ClassifierUseCaseCollection(IClassifier parent)

Parameters

parent IClassifier

the parent Classifier

Methods

SetOpposite(IUseCase, IClassifier)

Sets the opposite of the given item

protected override void SetOpposite(IUseCase item, IClassifier newParent)

Parameters

item IUseCase

the item

newParent IClassifier

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