Table of Contents

Class CreateLinkAction

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

A CreateLinkAction is a WriteLinkAction for creating links. <p>From package UML::Actions.</p>

[XmlNamespace("http://www.eclipse.org/uml2/5.0.0/UML")]
[XmlNamespacePrefix("uml")]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//CreateLinkAction")]
public class CreateLinkAction : WriteLinkAction, ICreateLinkAction, IWriteLinkAction, ILinkAction, IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
CreateLinkAction
Implements
Derived
Inherited Members

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

Association_not_abstract(object, object)

The Association cannot be an abstract Classifier. not self.association().isAbstract

public bool Association_not_abstract(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

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass