public interface InteractionConstraint extends Constraint
An InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment.
The following features are supported:
UMLPackage.getInteractionConstraint()
Modifier and Type | Method and Description |
---|---|
InteractionOperand |
get_interactionOperandOfGuard()
Returns the value of the 'interaction Operand Of Guard' container reference.
|
ValueSpecification |
getMaxint()
Returns the value of the 'Maxint' containment reference.
|
ValueSpecification |
getMinint()
Returns the value of the 'Minint' containment reference.
|
void |
set_interactionOperandOfGuard(InteractionOperand value)
Sets the value of the '
interaction Operand
Of Guard ' container 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. |
get_actionOfLocalPostcondition, get_actionOfLocalPrecondition, get_behaviorOfPostcondition, get_behaviorOfPrecondition, get_extendOfCondition, get_messageOfGuard, get_parameterSetOfCondition, get_protocolTransitionOfPreCondition, get_stateInvariantOfInvariant, get_transitionOfGuard, getBodyContext, getConstrainedElement, getContext, getOwningState, getOwningTransition, getPostContext, getPreContext, getSpecification, hasConstrainedElement, set_actionOfLocalPostcondition, set_actionOfLocalPrecondition, set_behaviorOfPostcondition, set_behaviorOfPrecondition, set_extendOfCondition, set_messageOfGuard, set_parameterSetOfCondition, set_protocolTransitionOfPreCondition, set_stateInvariantOfInvariant, set_transitionOfGuard, setBodyContext, setContext, setOwningState, setOwningTransition, setPostContext, setPreContext, setSpecification
get_componentOfPackagedElement, get_elementImportOfImportedElement, get_manifestationOfUtilizedElement, getOwningPackage, getVisibility, has_elementImportOfImportedElement, has_manifestationOfUtilizedElement, set_componentOfPackagedElement, setOwningPackage, setVisibility
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace
get_templateParameterOfDefault, get_templateParameterOfOwnedDefault, get_templateParameterSubstitutionOfActual, get_templateParameterSubstitutionOfOwnedActual, getOwningTemplateParameter, getTemplateParameter, has_templateParameterOfDefault, has_templateParameterSubstitutionOfActual, set_templateParameterOfOwnedDefault, set_templateParameterSubstitutionOfOwnedActual, setOwningTemplateParameter, setTemplateParameter
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
@CheckForNull ValueSpecification getMinint()
interaction Constraint Of Minint
'.
The minimum number of iterations of a loop
setMinint(ValueSpecification)
,
UMLPackage.getInteractionConstraint_Minint()
,
ValueSpecification.get_interactionConstraintOfMinint()
void setMinint(@CheckForNull ValueSpecification value)
Minint
' containment reference.
value
- the new value of the 'Minint' containment reference.getMinint()
@CheckForNull ValueSpecification getMaxint()
interaction Constraint Of Maxint
'.
The maximum number of iterations of a loop
setMaxint(ValueSpecification)
,
UMLPackage.getInteractionConstraint_Maxint()
,
ValueSpecification.get_interactionConstraintOfMaxint()
void setMaxint(@CheckForNull ValueSpecification value)
Maxint
' containment reference.
value
- the new value of the 'Maxint' containment reference.getMaxint()
@CheckForNull InteractionOperand get_interactionOperandOfGuard()
Guard
'.
If the meaning of the 'interaction Operand Of Guard' container reference isn't clear, there really should be more of a description here...
set_interactionOperandOfGuard(InteractionOperand)
,
UMLPackage.getInteractionConstraint__interactionOperandOfGuard()
,
InteractionOperand.getGuard()
void set_interactionOperandOfGuard(@CheckForNull InteractionOperand value)
interaction Operand
Of Guard
' container reference.
value
- the new value of the 'interaction Operand Of Guard' container reference.get_interactionOperandOfGuard()