Table of Contents

Class BehavioredClassifierInterfaceRealizationCollection

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

Denotes a class to implement the interfaceRealization reference

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

Constructors

BehavioredClassifierInterfaceRealizationCollection(IBehavioredClassifier)

Creates a new instance

public BehavioredClassifierInterfaceRealizationCollection(IBehavioredClassifier parent)

Parameters

parent IBehavioredClassifier

the parent BehavioredClassifier

Methods

SetOpposite(IInterfaceRealization, IBehavioredClassifier)

Sets the opposite of the given item

protected override void SetOpposite(IInterfaceRealization item, IBehavioredClassifier newParent)

Parameters

item IInterfaceRealization

the item

newParent IBehavioredClassifier

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