public interface TimeObservation extends Observation
The following features are supported:
UMLPackage.getTimeObservation()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
NamedElement |
getEvent()
Returns the value of the 'Event' reference
|
boolean |
isFirstEvent()
Returns the value of the 'First Event' attribute.
|
void |
setEvent(NamedElement value)
Sets the value of the '
Event ' reference |
void |
setFirstEvent(boolean value)
Sets the value of the '
First Event ' attribute |
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
NamedElement getEvent()
setEvent(NamedElement)
,
UMLPackage.getTimeObservation_Event()
void setEvent(NamedElement value)
Event
' reference.
value
- the new value of the 'Event' reference.getEvent()
boolean isFirstEvent()
"true"
.
The value of firstEvent is related to event. If firstEvent is true, then the corresponding observation event is the first time instant the
execution enters event. If firstEvent is false, then the corresponding observation event is the time instant the execution exits event.
setFirstEvent(boolean)
,
UMLPackage.getTimeObservation_FirstEvent()
void setFirstEvent(boolean value)
First Event
' attribute.
value
- the new value of the 'First Event' attribute.isFirstEvent()