Interface Edge
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Component
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
- All Known Subinterfaces:
DataFlow
,DataFlowEdge
- All Known Implementing Classes:
DataFlowEdgeImpl
,DataFlowImpl
,EdgeImpl
public interface Edge extends Component
- See Also:
DataFlowDiagramPackage.getEdge()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getSource()
Returns the value of the 'Source' reference.Node
getTarget()
Returns the value of the 'Target' reference.void
setSource(Node value)
Sets the value of the 'Source
' reference.void
setTarget(Node value)
Sets the value of the 'Target
' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.palladiosimulator.dataflow.diagram.DataFlowDiagram.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getTarget
Node getTarget()
Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
setTarget(Node)
,DataFlowDiagramPackage.getEdge_Target()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTarget
void setTarget(Node value)
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
getTarget()
- Generated class or method.
-
getSource
Node getSource()
Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
setSource(Node)
,DataFlowDiagramPackage.getEdge_Source()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSource
void setSource(Node value)
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
getSource()
- Generated class or method.
-
-