Table of Contents

Class StateRegionCollection

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

Denotes a class to implement the region reference

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

Constructors

StateRegionCollection(IState)

Creates a new instance

public StateRegionCollection(IState parent)

Parameters

parent IState

the parent State

Methods

SetOpposite(IRegion, IState)

Sets the opposite of the given item

protected override void SetOpposite(IRegion item, IState newParent)

Parameters

item IRegion

the item

newParent IState

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