Class StateMachineConnectionPointCollection
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
parentIStateMachinethe parent StateMachine
Methods
SetOpposite(IPseudostate, IStateMachine)
Sets the opposite of the given item
protected override void SetOpposite(IPseudostate item, IStateMachine newParent)
Parameters
itemIPseudostatethe item
newParentIStateMachinethe new parent or null, if the item is removed from the collection