Class Context


  • public class Context
    extends Object
    • Constructor Detail

      • Context

        public Context()
    • Method Detail

      • getDerivedAssemblyContext

        public org.palladiosimulator.pcm.core.composition.AssemblyContext getDerivedAssemblyContext()
        Returns:
        the myAssemblyContext
      • setDerivedAssemblyContext

        public void setDerivedAssemblyContext​(org.palladiosimulator.pcm.core.composition.AssemblyContext myAssemblyContext)
        Parameters:
        myAssemblyContext - the myAssemblyContext to set
      • getSystem

        public org.palladiosimulator.pcm.system.System getSystem()
        Returns:
        the mySystem
      • setSystem

        public void setSystem​(org.palladiosimulator.pcm.system.System mySystem)
        Parameters:
        mySystem - the mySystem to set
      • getCurrentEvaluatedBranchConditions

        public ArrayList getCurrentEvaluatedBranchConditions()
      • setCurrentEvaluatedBranchConditions

        public void setCurrentEvaluatedBranchConditions​(ArrayList currentEvaluatedBranchConditions)
      • getCurrentLoopIterationNumber

        public ArrayList getCurrentLoopIterationNumber()
      • setCurrentLoopIterationNumber

        public void setCurrentLoopIterationNumber​(ArrayList currentLoopIterationNumber)
      • getAllocation

        public org.palladiosimulator.pcm.allocation.Allocation getAllocation()
      • setAllocation

        public void setAllocation​(org.palladiosimulator.pcm.allocation.Allocation myAllocation)