Class Context

java.lang.Object
org.palladiosimulator.solver.models.Context

public class Context extends Object
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • 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
    • getActualAllocationContext

      public ComputedAllocationContext getActualAllocationContext()
    • setActualAllocationContext

      public void setActualAllocationContext(ComputedAllocationContext actualAllocationContext)
    • getUsageContext

      public ComputedUsageContext getUsageContext()
    • setUsageContext

      public void setUsageContext(ComputedUsageContext usageContext)
    • 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)