Table of Contents

Interface ITimeEvent

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

The public interface for TimeEvent

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

Properties

IsRelative

Specifies whether the TimeEvent is specified as an absolute or relative time. <p>From package UML::CommonBehavior.</p>

[TypeConverter(typeof(LowercaseBooleanConverter))]
[XmlElementName("isRelative")]
[XmlAttribute(true)]
bool IsRelative { get; set; }

Property Value

bool

When

Specifies the time of the TimeEvent. <p>From package UML::CommonBehavior.</p>

[Browsable(false)]
[XmlElementName("when")]
[XmlAttribute(false)]
[Containment]
ITimeExpression When { get; set; }

Property Value

ITimeExpression

Methods

When_non_negative(object, object)

The ValueSpecification when must return a non-negative Integer. when.integerValue() >= 0

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