com.soyatec.bpmn
Interface Link

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EventDetail, org.eclipse.emf.common.notify.Notifier

public interface Link
extends EventDetail

A representation of the model object 'Link'. Link is used in the definition of type of event.

The following features are supported:

See Also:
BPMNPackage.getLink()

Method Summary
 Process getProcess()
          Returns the value of the 'Process' reference
 void setProcess(Process value)
          Sets the value of the 'Process' reference
 
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
 

Method Detail

getProcess

Process getProcess()
Returns the value of the 'Process' reference.

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

Returns:
the value of the 'Process' reference.
See Also:
setProcess(com.soyatec.bpmn.Process), BPMNPackage.getLink_Process()

setProcess

void setProcess(Process value)
Sets the value of the 'Process' reference.

Parameters:
value - the new value of the 'Process' reference.
See Also:
getProcess()