Table of Contents

Interface IExpression

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

The public interface for Expression

[DefaultImplementationType(typeof(Expression))]
[XmlDefaultImplementationType(typeof(Expression))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Expression")]
public interface IExpression : IValueSpecification, ITypedElement, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Operand

Specifies a sequence of operand ValueSpecifications. <p>From package UML::Values.</p>

[Browsable(false)]
[XmlElementName("operand")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IValueSpecification> Operand { get; }

Property Value

IOrderedSetExpression<IValueSpecification>

Symbol

The symbol associated with this node in the expression tree. <p>From package UML::Values.</p>

[XmlElementName("symbol")]
[XmlAttribute(true)]
string Symbol { get; set; }

Property Value

string