TPTP 4.4.0 Platform Project
Public API Specification

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

All Superinterfaces:
BVREventOccurrence, BVRInteractionFragment, BVRMessageEnd, CMNNamedElement, org.eclipse.emf.ecore.EObject, IAction, org.eclipse.core.runtime.IAdaptable, INamedElement, ITargetInvocation, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BVRGateImpl

public interface BVRGate
extends BVRMessageEnd

A representation of the model object 'BVR Gate'. A Gate is a connection point for relating a Message outside an InteractionFragment with a Message inside the InteractionFragment. This allows the definition of Interaction Fragments as reusable blocks., that can be further linked using Gates.

See Also:
Common_Behavior_FragmentsPackage.getBVRGate()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
 
Methods inherited from interface org.eclipse.hyades.models.common.interactions.BVRMessageEnd
getReceiveMessage, getSendMessage, setReceiveMessage, setSendMessage
 
Methods inherited from interface org.eclipse.hyades.models.common.interactions.BVREventOccurrence
getFinishExecutionOccurrence, getSourceGeneralOrderings, getStartExecutionOcurrence, getTargetGeneralOrderings, setFinishExecutionOccurrence, setStartExecutionOcurrence
 
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.ITargetInvocation
getInvocation, getTarget, setInvocation
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated

TPTP 4.4.0 Platform Project
Public API Specification