Interface IConnectionPointReference
The public interface for ConnectionPointReference
[DefaultImplementationType(typeof(ConnectionPointReference))]
[XmlDefaultImplementationType(typeof(ConnectionPointReference))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ConnectionPointReference")]
public interface IConnectionPointReference : IVertex, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Entry
The entryPoint Pseudostates corresponding to this connection point. <p>From package UML::StateMachines.</p>
[XmlElementName("entry")]
[XmlAttribute(true)]
ISetExpression<IPseudostate> Entry { get; }
Property Value
Exit
The exitPoints kind Pseudostates corresponding to this connection point. <p>From package UML::StateMachines.</p>
[XmlElementName("exit")]
[XmlAttribute(true)]
ISetExpression<IPseudostate> Exit { get; }
Property Value
State
The State in which the ConnectionPointReference is defined. <p>From package UML::StateMachines.</p>
[Browsable(false)]
[XmlElementName("state")]
[XmlAttribute(true)]
[XmlOpposite("connection")]
IState State { get; set; }
Property Value
Methods
Entry_pseudostates(object, object)
The entry Pseudostates must be Pseudostates with kind entryPoint. entry->forAll(kind = PseudostateKind::entryPoint)
bool Entry_pseudostates(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
Exit_pseudostates(object, object)
The exit Pseudostates must be Pseudostates with kind exitPoint. exit->forAll(kind = PseudostateKind::exitPoint)
bool Exit_pseudostates(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.