Table of Contents

Interface IAcceptCallAction

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

The public interface for AcceptCallAction

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

Properties

ReturnInformation

An OutputPin where a value is placed containing sufficient information to perform a subsequent ReplyAction and return control to the caller. The contents of this value are opaque. It can be passed and copied but it cannot be manipulated by the model. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("returnInformation")]
[XmlAttribute(false)]
[Containment]
IOutputPin ReturnInformation { get; set; }

Property Value

IOutputPin

Methods

Result_pins(object, object)

The number of result OutputPins must be the same as the number of input (in and inout) ownedParameters of the Operation specified by the trigger Event. The type, ordering and multiplicity of each result OutputPin must be consistent with the corresponding input Parameter. let parameter: OrderedSet(Parameter) = trigger.event->asSequence()->first().oclAsType(CallEvent).operation.inputParameters() in result->size() = parameter->size() and Sequence{1..result->size()}->forAll(i | parameter->at(i).type.conformsTo(result->at(i).type) and parameter->at(i).isOrdered = result->at(i).isOrdered and parameter->at(i).compatibleWith(result->at(i)))

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

Trigger_call_event(object, object)

The action must have exactly one trigger, which must be for a CallEvent. trigger->size()=1 and trigger->asSequence()->first().event.oclIsKindOf(CallEvent)

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

Unmarshall(object, object)

isUnmrashall must be true for an AcceptCallAction. isUnmarshall = true

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