TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.fragments
Interface BVRInteractionOperand

All Superinterfaces:
BVRInteractionFragment, CMNNamedElement, org.eclipse.emf.ecore.EObject, IAction, org.eclipse.core.runtime.IAdaptable, IBlock, INamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BVRInteractionOperandImpl

public interface BVRInteractionOperand
extends BVRInteractionFragment, IBlock

A representation of the model object 'BVR Interaction Operand'.

See Also:
Common_Behavior_FragmentsPackage.getBVRInteractionOperand()
Generated
[EMF] Model
[EMF] Extends
IBlock An InteractionOperand is contained in a CombinedFragment. An InteractionOperand represent one operand of the expression given by the enclosing CombinedFragment. An InteractionOperand is an InteractionFragment with an optional guard expression. An InteractionOperand may be guarded by a InteractionConstraint. Only InteractionOperands with a guard that evaluates to true at this point in the interaction will be considered for the enclosing CombinedFragment.

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 BVRCombinedFragment getCombinedFragment()
          Returns the value of the 'Combined Fragment' container reference.
 BVRInteractionConstraint getInteractionConstraint()
          Returns the value of the 'Interaction Constraint' containment reference
 org.eclipse.emf.common.util.EList getInteractionFragments()
          Returns the value of the 'Interaction Fragments' containment reference list.
 void setCombinedFragment(BVRCombinedFragment value)
          Sets the value of the 'Combined Fragment' container reference
 void setInteractionConstraint(BVRInteractionConstraint value)
          Sets the value of the 'Interaction Constraint' containment reference
 
Methods inherited from interface org.eclipse.hyades.models.common.interactions.BVRInteractionFragment
getAnnotations, getDefaultApplication, getGeneralOrderings, getInteraction, getLifelines, getMessages, getProperties, setDefaultApplication, setInteraction
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
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.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IAction
getActionAnnotations, getActionProperties, isSynchronous, setSynchronous
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IBlock
getActions
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getInteractionFragments

public org.eclipse.emf.common.util.EList getInteractionFragments()
Returns the value of the 'Interaction Fragments' containment reference list. The list contents are of type BVRInteractionFragment.

If the meaning of the 'Interaction Fragments' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interaction Fragments' containment reference list.
See Also:
Common_Behavior_FragmentsPackage.getBVRInteractionOperand_InteractionFragments()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.interactions.BVRInteractionFragment" containment="true" required="true"

getInteractionConstraint

public BVRInteractionConstraint getInteractionConstraint()
Returns the value of the 'Interaction Constraint' containment reference.

If the meaning of the 'Interaction Constraint' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Interaction Constraint' containment reference.
See Also:
setInteractionConstraint(BVRInteractionConstraint), Common_Behavior_FragmentsPackage.getBVRInteractionOperand_InteractionConstraint()
Generated
[EMF] Model
containment="true"

setInteractionConstraint

public void setInteractionConstraint(BVRInteractionConstraint value)
Sets the value of the 'Interaction Constraint' containment reference.

Parameters:
value - the new value of the 'Interaction Constraint' containment reference.
See Also:
getInteractionConstraint()
Generated

getCombinedFragment

public BVRCombinedFragment getCombinedFragment()
Returns the value of the 'Combined Fragment' container reference. It is bidirectional and its opposite is 'Interaction Operands'.

If the meaning of the 'Combined Fragment' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Combined Fragment' container reference.
See Also:
setCombinedFragment(BVRCombinedFragment), Common_Behavior_FragmentsPackage.getBVRInteractionOperand_CombinedFragment(), BVRCombinedFragment.getInteractionOperands()
Generated
[EMF] Model
opposite="interactionOperands"

setCombinedFragment

public void setCombinedFragment(BVRCombinedFragment value)
Sets the value of the 'Combined Fragment' container reference.

Parameters:
value - the new value of the 'Combined Fragment' container reference.
See Also:
getCombinedFragment()
Generated

TPTP 4.4.0 Platform Project
Public API Specification