TPTP 4.1.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()

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
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()

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()

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()

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()

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()

TPTP 4.1.0 Platform Project
Public API Specification