Interface EdgeRefinement
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
EdgeRefinementImpl
public interface EdgeRefinement extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Edge Refinement'.The following features are supported:
- See Also:
DataFlowDiagramPackage.getEdgeRefinement()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Edge
getRefinedEdge()
Returns the value of the 'Refined Edge' reference.EList<Edge>
getRefiningEdges()
Returns the value of the 'Refining Edges' reference list.void
setRefinedEdge(Edge value)
Sets the value of the 'Refined Edge
' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getRefinedEdge
Edge getRefinedEdge()
Returns the value of the 'Refined Edge' reference.- Returns:
- the value of the 'Refined Edge' reference.
- See Also:
setRefinedEdge(Edge)
,DataFlowDiagramPackage.getEdgeRefinement_RefinedEdge()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setRefinedEdge
void setRefinedEdge(Edge value)
Sets the value of the 'Refined Edge
' reference.- Parameters:
value
- the new value of the 'Refined Edge' reference.- See Also:
getRefinedEdge()
- Generated class or method.
-
getRefiningEdges
EList<Edge> getRefiningEdges()
Returns the value of the 'Refining Edges' reference list. The list contents are of typeEdge
.- Returns:
- the value of the 'Refining Edges' reference list.
- See Also:
DataFlowDiagramPackage.getEdgeRefinement_RefiningEdges()
- Generated class or method.
- EMF model class or method.
-
-