|
||||||||||||
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 java.lang.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 |
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, setPackageableElement_visibility |
Methods inherited from interface org.eclipse.uml2.NamedElement |
---|
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, 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 |
Methods inherited from interface org.eclipse.uml2.ParameterableElement |
---|
getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter |
Field Detail |
public static final java.lang.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()
|
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 |