|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Interaction Constraint'. An InteractionConstraint is a boolean expression that guards an operand in a CombinedFragment. InteractionConstraint is a specialization of Constraint. Furthermore the InteractionConstraint contains two expressions designating the minimum and maximum number of times a loop CombinedFragment should execute.
The following features are supported:
UML2Package.getInteractionConstraint()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
ValueSpecification |
createMaxint(EClass eClass)
Creates a ValueSpecification and sets the 'Maxint' containment reference |
ValueSpecification |
createMinint(EClass eClass)
Creates a ValueSpecification and sets the 'Minint' containment reference |
ValueSpecification |
getMaxint()
Returns the value of the 'Maxint' containment reference |
ValueSpecification |
getMinint()
Returns the value of the 'Minint' containment reference |
EList |
getOwnedElements()
|
void |
setMaxint(ValueSpecification value)
Sets the value of the ' Maxint ' containment reference |
void |
setMinint(ValueSpecification value)
Sets the value of the ' Minint ' containment reference |
Methods inherited from interface org.eclipse.uml2.Constraint |
createSpecification, getConstrainedElements, getContext, getNamespace, getSpecification, setNamespace, setSpecification, validateNotApplyToSelf |
Methods inherited from interface org.eclipse.uml2.PackageableElement |
getPackageableElement_visibility, getVisibility, setPackageableElement_visibility, setVisibility |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getOwner, getQualifiedName, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, 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 |
Methods inherited from interface org.eclipse.uml2.ParameterableElement |
getOwner, getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter |
Field Detail |
public static final String copyright
Method Detail |
public ValueSpecification getMinint()
If the meaning of the 'Minint' containment reference isn't clear, there really should be more of a description here...
minimum number of iterations of a loop
setMinint(ValueSpecification)
,
UML2Package.getInteractionConstraint_Minint()
public void setMinint(ValueSpecification value)
Minint
' containment reference.
value
- the new value of the 'Minint' containment reference.getMinint()
public ValueSpecification createMinint(EClass eClass)
ValueSpecification
and sets the 'Minint' containment reference.
eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getMinint()
public ValueSpecification getMaxint()
If the meaning of the 'Maxint' containment reference isn't clear, there really should be more of a description here...
maximum number of iterations of a loop
setMaxint(ValueSpecification)
,
UML2Package.getInteractionConstraint_Maxint()
public void setMaxint(ValueSpecification value)
Maxint
' containment reference.
value
- the new value of the 'Maxint' containment reference.getMaxint()
public ValueSpecification createMaxint(EClass eClass)
ValueSpecification
and sets the 'Maxint' containment reference.
eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getMaxint()
public EList getOwnedElements()
getOwnedElements
in interface Constraint
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |