Table of Contents

Interface IBroadcastSignalAction

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

The public interface for BroadcastSignalAction

[DefaultImplementationType(typeof(BroadcastSignalAction))]
[XmlDefaultImplementationType(typeof(BroadcastSignalAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//BroadcastSignalAction")]
public interface IBroadcastSignalAction : IInvocationAction, IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Signal

The Signal whose instances are to be sent. <p>From package UML::Actions.</p>

[XmlElementName("signal")]
[XmlAttribute(true)]
ISignal Signal { get; set; }

Property Value

ISignal

Methods

No_onport(object, object)

A BroadcaseSignalAction may not specify onPort. onPort=null

bool No_onport(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

Number_of_arguments(object, object)

The number of argument InputPins must be the same as the number of attributes in the signal. argument->size() = signal.allAttributes()->size()

bool Number_of_arguments(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

Type_ordering_multiplicity(object, object)

The type, ordering, and multiplicity of an argument InputPin must be the same as the corresponding attribute of the signal. let attribute: OrderedSet(Property) = signal.allAttributes() in Sequence{1..argument->size()}->forAll(i | argument->at(i).type.conformsTo(attribute->at(i).type) and argument->at(i).isOrdered = attribute->at(i).isOrdered and argument->at(i).compatibleWith(attribute->at(i)))

bool Type_ordering_multiplicity(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