Class ClassifierSubstitutionCollection
Denotes a class to implement the substitution reference
public class ClassifierSubstitutionCollection : ObservableOppositeOrderedSet<IClassifier, ISubstitution>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<ISubstitution>, IListExpression<ISubstitution>, ISetExpression<ISubstitution>, ICollectionExpression<ISubstitution>, IEnumerableExpression<ISubstitution>, IOrderedSet<ISubstitution>, IList<ISubstitution>, ISet<ISubstitution>, ICollection<ISubstitution>, IEnumerable<ISubstitution>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
ClassifierSubstitutionCollection
- Implements
- Inherited Members
Constructors
ClassifierSubstitutionCollection(IClassifier)
Creates a new instance
public ClassifierSubstitutionCollection(IClassifier parent)
Parameters
parent
IClassifierthe parent Classifier
Methods
SetOpposite(ISubstitution, IClassifier)
Sets the opposite of the given item
protected override void SetOpposite(ISubstitution item, IClassifier newParent)
Parameters
item
ISubstitutionthe item
newParent
IClassifierthe new parent or null, if the item is removed from the collection