Class BehavioredClassifierInterfaceRealizationCollection
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
parentIBehavioredClassifierthe parent BehavioredClassifier
Methods
SetOpposite(IInterfaceRealization, IBehavioredClassifier)
Sets the opposite of the given item
protected override void SetOpposite(IInterfaceRealization item, IBehavioredClassifier newParent)
Parameters
itemIInterfaceRealizationthe item
newParentIBehavioredClassifierthe new parent or null, if the item is removed from the collection