|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Time Expression'. A time expression defines a value specification that represents a time value.
The following features are supported:
UMLPackage.getTimeExpression()
Field Summary |
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
SEPARATOR |
Method Summary | |
ValueSpecification |
getExpr()
Returns the value of the 'Expr' reference |
Observation |
getObservation(String name)
Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list |
Observation |
getObservation(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first Observation with the specified 'Name' from the 'Observation' reference list |
EList |
getObservations()
Returns the value of the 'Observation' reference list. |
void |
setExpr(ValueSpecification value)
Sets the value of the ' Expr ' reference |
Methods inherited from interface org.eclipse.uml2.uml.ValueSpecification |
booleanValue, integerValue, isComputable, isNull, stringValue, unlimitedValue |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
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 |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.uml2.uml.ParameterableElement |
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter |
Methods inherited from interface org.eclipse.uml2.uml.TypedElement |
getType, setType |
Method Detail |
public ValueSpecification getExpr()
TimeExpression.setExpr(ValueSpecification)
,
UMLPackage.getTimeExpression_Expr()
public void setExpr(ValueSpecification value)
Expr
' reference.
value
- the new value of the 'Expr' reference.TimeExpression.getExpr()
public EList getObservations()
Observation
.
Refers to the time and duration observations that are involved in expr.
UMLPackage.getTimeExpression_Observation()
public Observation getObservation(String name)
Observation
with the specified 'Name' from the 'Observation' reference list.
name
- The 'Name' of the Observation
to retrieve, or null
.
Observation
with the specified 'Name', or null
.TimeExpression.getObservations()
public Observation getObservation(String name, boolean ignoreCase, EClass eClass)
Observation
with the specified 'Name' from the 'Observation' reference list.
name
- The 'Name' of the Observation
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Observation
to retrieve, or null
.
Observation
with the specified 'Name', or null
.TimeExpression.getObservations()
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |