|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Time Trigger'. A time trigger specifies a time event, which models the expiration of a specific deadline.
The following features are supported:
UML2Package.getTimeTrigger()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
ValueSpecification |
createWhen(EClass eClass)
Creates a ValueSpecification and sets the 'When' containment reference |
ValueSpecification |
getWhen()
Returns the value of the 'When' containment reference |
boolean |
isRelative()
Returns the value of the 'Is Relative' attribute |
void |
setIsRelative(boolean value)
Sets the value of the ' Is Relative ' attribute |
void |
setWhen(ValueSpecification value)
Sets the value of the ' When ' containment reference |
Methods inherited from interface org.eclipse.uml2.Trigger |
---|
getPort, getPorts |
Methods inherited from interface org.eclipse.uml2.NamedElement |
---|
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
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 |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public boolean isRelative()
If the meaning of the 'Is Relative' attribute isn't clear, there really should be more of a description here...
Specifies whether it is relative or absolute time.
setIsRelative(boolean)
,
UML2Package.getTimeTrigger_IsRelative()
public void setIsRelative(boolean value)
Is Relative
' attribute.
value
- the new value of the 'Is Relative' attribute.isRelative()
public ValueSpecification getWhen()
If the meaning of the 'When' containment reference isn't clear, there really should be more of a description here...
Specifies the corresponding time deadline.
setWhen(ValueSpecification)
,
UML2Package.getTimeTrigger_When()
public void setWhen(ValueSpecification value)
When
' containment reference.
value
- the new value of the 'When' containment reference.getWhen()
public ValueSpecification createWhen(EClass eClass)
ValueSpecification
and sets the 'When' containment reference.
eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getWhen()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |