Class Context
- java.lang.Object
-
- org.palladiosimulator.solver.models.Context
-
public class Context extends Object
-
-
Constructor Summary
Constructors Constructor Description Context()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputedAllocationContext
getActualAllocationContext()
org.palladiosimulator.pcm.allocation.Allocation
getAllocation()
ArrayList
getCurrentEvaluatedBranchConditions()
ArrayList
getCurrentLoopIterationNumber()
org.palladiosimulator.pcm.core.composition.AssemblyContext
getDerivedAssemblyContext()
org.palladiosimulator.pcm.system.System
getSystem()
ComputedUsageContext
getUsageContext()
void
setActualAllocationContext(ComputedAllocationContext actualAllocationContext)
void
setAllocation(org.palladiosimulator.pcm.allocation.Allocation myAllocation)
void
setCurrentEvaluatedBranchConditions(ArrayList currentEvaluatedBranchConditions)
void
setCurrentLoopIterationNumber(ArrayList currentLoopIterationNumber)
void
setDerivedAssemblyContext(org.palladiosimulator.pcm.core.composition.AssemblyContext myAssemblyContext)
void
setSystem(org.palladiosimulator.pcm.system.System mySystem)
void
setUsageContext(ComputedUsageContext usageContext)
-
-
-
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
-
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)
-
-