Class StochasticExpressionEditDialogOLD

    • Constructor Detail

      • StochasticExpressionEditDialogOLD

        public StochasticExpressionEditDialogOLD​(Shell parent,
                                                 de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Instantiates a new stochastic expression edit dialog.
        Parameters:
        parent - the parent
        expectedType - the expected type
      • StochasticExpressionEditDialogOLD

        public StochasticExpressionEditDialogOLD​(Shell parent,
                                                 de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType,
                                                 org.palladiosimulator.pcm.repository.Parameter[] context)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Instantiates a new stochastic expression edit dialog.
        Parameters:
        parent - the parent
        expectedType - the expected type
        context - the context
      • StochasticExpressionEditDialogOLD

        public StochasticExpressionEditDialogOLD​(Shell parent,
                                                 de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum expectedType,
                                                 EObject contextObject)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Instantiates a new stochastic expression edit dialog.
        Parameters:
        parent - The parent shell
        expectedType - The type of the expression to be entered
        contextObject - An EObject from which a parameter context is derived by searching for its parent SEFF and taking this SEFFs signature into account
    • Method Detail

      • setInitialExpression

        public void setInitialExpression​(de.uka.ipd.sdq.stoex.RandomVariable ex)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Sets the initial expression.
        Parameters:
        ex - the new initial expression
      • getTypeFromVariableCharacterisation

        public static de.uka.ipd.sdq.stoex.analyser.visitors.TypeEnum getTypeFromVariableCharacterisation​(org.palladiosimulator.pcm.parameter.VariableCharacterisation ch)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Get the type of an variable characterisation.
        Parameters:
        ch - The characterisation to check.
        Returns:
        INT for ByteSize and number of elements, ANY for all others.