Table of Contents

Interface IReadLinkObjectEndAction

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

The public interface for ReadLinkObjectEndAction

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

Properties

End

The Association end to be read. <p>From package UML::Actions.</p>

[XmlElementName("end")]
[XmlAttribute(true)]
IProperty End { get; set; }

Property Value

IProperty

Object

The input pin from which the link object is obtained. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("object")]
[XmlAttribute(false)]
[Containment]
IInputPin Object { get; set; }

Property Value

IInputPin

Result

The OutputPin where the result value is placed. <p>From package UML::Actions.</p>

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

Property Value

IOutputPin

Methods

Association_of_association(object, object)

The association of the end must be an AssociationClass. end.association.oclIsKindOf(AssociationClass)

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

Ends_of_association(object, object)

The ends of the association must not be static. end.association.memberEnd->forAll(e | not e.isStatic)

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

Multiplicity_of_object(object, object)

The multiplicity of the object InputPin is 1..1. object.is(1,1)

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

Multiplicity_of_result(object, object)

The multiplicity of the result OutputPin is 1..1. result.is(1,1)

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

Property(object, object)

The end Property must be an Association memberEnd. end.association <> null

bool Property(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_of_object(object, object)

The type of the object InputPin is the AssociationClass that owns the end Property. object.type = end.association

bool Type_of_object(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_of_result(object, object)

The type of the result OutputPin is the same as the type of the end Property. result.type = end.type

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