Class Context
java.lang.Object
org.palladiosimulator.solver.models.Context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.allocation.Allocation
org.palladiosimulator.pcm.core.composition.AssemblyContext
org.palladiosimulator.pcm.system.System
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)
-
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
-
setActualAllocationContext
-
getUsageContext
-
setUsageContext
-
getCurrentEvaluatedBranchConditions
-
setCurrentEvaluatedBranchConditions
-
getCurrentLoopIterationNumber
-
setCurrentLoopIterationNumber
-
getAllocation
public org.palladiosimulator.pcm.allocation.Allocation getAllocation() -
setAllocation
public void setAllocation(org.palladiosimulator.pcm.allocation.Allocation myAllocation)
-