Interface ITimeEvent
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
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
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.