public class End2EndResultDialog
extends org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS
Constructor and Description |
---|
End2EndResultDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.uml2.uml.Model model)
Instantiates a new end 2 end result dialog.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> |
getAssigns()
Gets the assigns.
|
java.util.List<org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.CH_HwProcessor> |
getCpus()
Gets the cpus.
|
java.util.List<org.eclipse.uml2.uml.Operation> |
getMessages()
Gets the messages.
|
org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaAnalysisContext |
getSaAnalysisCtx()
Gets the sa analysis ctx.
|
org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaEndtoEndFlow |
getSaE2EFlow()
Gets the sa E 2 E flow.
|
java.util.List<org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot> |
getSpecifications()
Gets the specifications.
|
void |
setAssigns(java.util.List<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assigns)
Sets the assigns.
|
void |
setCpus(java.util.List<org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.CH_HwProcessor> cpus)
Sets the cpus.
|
void |
setMessages(java.util.List<org.eclipse.uml2.uml.Operation> messages)
Sets the messages.
|
void |
setSaAnalysisCtx(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaAnalysisContext saAnalysisCtx)
Sets the sa analysis ctx.
|
void |
setSaE2EFlow(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaEndtoEndFlow saE2EFlow)
Sets the sa E 2 E flow.
|
void |
setSpecifications(java.util.List<org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot> specifications)
Sets the specifications.
|
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
public End2EndResultDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.uml2.uml.Model model)
parentShell
- the parent shellmodel
- the modelpublic java.util.List<org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.CH_HwProcessor> getCpus()
public void setCpus(java.util.List<org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.CH_HwProcessor> cpus)
cpus
- the new cpuspublic java.util.List<org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot> getSpecifications()
public void setSpecifications(java.util.List<org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtPortSlot> specifications)
specifications
- the new specificationspublic org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaAnalysisContext getSaAnalysisCtx()
public void setSaAnalysisCtx(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaAnalysisContext saAnalysisCtx)
saAnalysisCtx
- the new sa analysis ctxpublic org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaEndtoEndFlow getSaE2EFlow()
public void setSaE2EFlow(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.SAM.SaEndtoEndFlow saE2EFlow)
saE2EFlow
- the new sa E 2 E flowpublic java.util.List<org.eclipse.uml2.uml.Operation> getMessages()
public void setMessages(java.util.List<org.eclipse.uml2.uml.Operation> messages)
messages
- the new messagespublic java.util.List<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> getAssigns()
public void setAssigns(java.util.List<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assigns)
assigns
- the new assigns