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