Table of Contents

Class StateMachineConnectionPointCollection

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

Denotes a class to implement the connectionPoint reference

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

Constructors

StateMachineConnectionPointCollection(IStateMachine)

Creates a new instance

public StateMachineConnectionPointCollection(IStateMachine parent)

Parameters

parent IStateMachine

the parent StateMachine

Methods

SetOpposite(IPseudostate, IStateMachine)

Sets the opposite of the given item

protected override void SetOpposite(IPseudostate item, IStateMachine newParent)

Parameters

item IPseudostate

the item

newParent IStateMachine

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