Table of Contents

Class ClausePredecessorClauseCollection

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

Denotes a class to implement the predecessorClause reference

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

Constructors

ClausePredecessorClauseCollection(IClause)

Creates a new instance

public ClausePredecessorClauseCollection(IClause parent)

Parameters

parent IClause

the parent Clause

Methods

SetOpposite(IClause, IClause)

Sets the opposite of the given item

protected override void SetOpposite(IClause item, IClause newParent)

Parameters

item IClause

the item

newParent IClause

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