Table of Contents

Class UseCaseSubjectCollection

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

Denotes a class to implement the subject reference

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

Constructors

UseCaseSubjectCollection(IUseCase)

Creates a new instance

public UseCaseSubjectCollection(IUseCase parent)

Parameters

parent IUseCase

the parent UseCase

Methods

SetOpposite(IClassifier, IUseCase)

Sets the opposite of the given item

protected override void SetOpposite(IClassifier item, IUseCase newParent)

Parameters

item IClassifier

the item

newParent IUseCase

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