Table of Contents

Interface ICallBehaviorAction

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

The public interface for CallBehaviorAction

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

Properties

Behavior

The Behavior being invoked. <p>From package UML::Actions.</p>

[XmlElementName("behavior")]
[XmlAttribute(true)]
IBehavior Behavior { get; set; }

Property Value

IBehavior

Methods

No_onport(object, object)

A CallBehaviorAction 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