Interface DataFlowDiagramRefinement
-
- 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:
DataFlowDiagramRefinementImpl
public interface DataFlowDiagramRefinement extends de.uka.ipd.sdq.identifier.IdentifierA representation of the model object 'Refinement'.The following features are supported:
- See Also:
DataFlowDiagramPackage.getDataFlowDiagramRefinement()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EdgeRefinement>getRefinedEdges()Returns the value of the 'Refined Edges' containment reference list.ProcessgetRefinedProcess()Returns the value of the 'Refined Process' reference.DataFlowDiagramgetRefiningDiagram()Returns the value of the 'Refining Diagram' containment reference.voidsetRefinedProcess(Process value)Sets the value of the 'Refined Process' reference.voidsetRefiningDiagram(DataFlowDiagram value)Sets the value of the 'Refining Diagram' containment 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
-
getRefinedProcess
Process getRefinedProcess()
Returns the value of the 'Refined Process' reference.- Returns:
- the value of the 'Refined Process' reference.
- See Also:
setRefinedProcess(org.palladiosimulator.dataflow.diagram.DataFlowDiagram.Process),DataFlowDiagramPackage.getDataFlowDiagramRefinement_RefinedProcess()- Generated class or method.
- EMF model class or method.
- required="true"
-
setRefinedProcess
void setRefinedProcess(Process value)
Sets the value of the 'Refined Process' reference.- Parameters:
value- the new value of the 'Refined Process' reference.- See Also:
getRefinedProcess()- Generated class or method.
-
getRefiningDiagram
DataFlowDiagram getRefiningDiagram()
Returns the value of the 'Refining Diagram' containment reference.- Returns:
- the value of the 'Refining Diagram' containment reference.
- See Also:
setRefiningDiagram(DataFlowDiagram),DataFlowDiagramPackage.getDataFlowDiagramRefinement_RefiningDiagram()- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setRefiningDiagram
void setRefiningDiagram(DataFlowDiagram value)
Sets the value of the 'Refining Diagram' containment reference.- Parameters:
value- the new value of the 'Refining Diagram' containment reference.- See Also:
getRefiningDiagram()- Generated class or method.
-
getRefinedEdges
EList<EdgeRefinement> getRefinedEdges()
Returns the value of the 'Refined Edges' containment reference list. The list contents are of typeEdgeRefinement.- Returns:
- the value of the 'Refined Edges' containment reference list.
- See Also:
DataFlowDiagramPackage.getDataFlowDiagramRefinement_RefinedEdges()- Generated class or method.
- EMF model class or method.
- containment="true"
-
-