Table of Contents

Interface IConnectionPointReference

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

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

ISetExpression<IPseudostate>

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

ISetExpression<IPseudostate>

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

IState

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 object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

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 object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool