public interface TimeExpression extends ValueSpecification
The following features are supported:
BehaviorPackage.getTimeExpression()| Modifier and Type | Method and Description |
|---|---|
ValueSpecification |
getExpression()
Returns the value of the 'Expression' reference.
|
AbstractNamedElement |
getObservations()
Returns the value of the 'Observations' reference.
|
void |
setExpression(ValueSpecification value)
Sets the value of the '
Expression' reference. |
void |
setObservations(AbstractNamedElement value)
Sets the value of the '
Observations' reference. |
getAbstractType, setAbstractTypegetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsAbstractNamedElement getObservations()
If the meaning of the 'Observations' reference isn't clear, there really should be more of a description here...
setObservations(AbstractNamedElement),
BehaviorPackage.getTimeExpression_Observations()void setObservations(AbstractNamedElement value)
Observations' reference.
value - the new value of the 'Observations' reference.getObservations()ValueSpecification getExpression()
If the meaning of the 'Expression' reference isn't clear, there really should be more of a description here...
setExpression(ValueSpecification),
BehaviorPackage.getTimeExpression_Expression()void setExpression(ValueSpecification value)
Expression' reference.
value - the new value of the 'Expression' reference.getExpression()