Interface IPerformancePrototypePort<AComponent>

  • Type Parameters:
    AComponent -
    All Superinterfaces:
    IPort<AComponent>, Remote, Serializable
    All Known Implementing Classes:
    AbstractPerformancePrototypeBasicPort

    public interface IPerformancePrototypePort<AComponent>
    extends IPort<AComponent>
    Port interface for performance prototypes. TODO: Add another parameter for context class. Currently type safety is checked at runtime.
    • Method Detail

      • setComponentFrame

        void setComponentFrame​(de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object> myComponentStackFrame)
                        throws RemoteException
        Sets the component stack frame.
        Parameters:
        myComponentStackFrame -
        Throws:
        RemoteException