Interface IPerformancePrototypeComponent

All Superinterfaces:
IComponent

public interface IPerformancePrototypeComponent extends IComponent
Basic component interface for performance prototypes. TODO: Add parameter for context class.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setComponentFrame(de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object> myComponentStackFrame)
     

    Methods inherited from interface org.palladiosimulator.protocom.framework.java.se.IComponent

    setContext
  • Method Details

    • setComponentFrame

      void setComponentFrame(de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object> myComponentStackFrame)