com.soyatec.bpmn
Interface ConnectingObject

All Superinterfaces:
BPMNObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ProcessObject
All Known Subinterfaces:
Association, MessageFlow, SequenceFlow

public interface ConnectingObject
extends ProcessObject

A representation of the model object 'Connecting Object'.

The following features are supported:

See Also:
BPMNPackage.getConnectingObject()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 ProcessObject getSource()
          Returns the value of the 'Source' container reference.
 ProcessObject getTarget()
          Returns the value of the 'Target' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setSource(ProcessObject value)
          Sets the value of the 'Source' container reference
 void setTarget(ProcessObject value)
          Sets the value of the 'Target' reference
 
Methods inherited from interface com.soyatec.bpmn.ProcessObject
getCategories, getDocumentation, getIncomingEdges, getOutgoingEdges, setDocumentation
 
Methods inherited from interface com.soyatec.bpmn.BPMNObject
getChildren
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BPMNPackage.getConnectingObject_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getTarget

ProcessObject getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Incoming Edges'.

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

Returns:
the value of the 'Target' reference.
See Also:
setTarget(ProcessObject), BPMNPackage.getConnectingObject_Target(), ProcessObject.getIncomingEdges()

setTarget

void setTarget(ProcessObject value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()

getSource

ProcessObject getSource()
Returns the value of the 'Source' container reference. It is bidirectional and its opposite is 'Outgoing Edges'.

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

Returns:
the value of the 'Source' container reference.
See Also:
setSource(ProcessObject), BPMNPackage.getConnectingObject_Source(), ProcessObject.getOutgoingEdges()

setSource

void setSource(ProcessObject value)
Sets the value of the 'Source' container reference.

Parameters:
value - the new value of the 'Source' container reference.
See Also:
getSource()