Class Context
java.lang.Object
org.palladiosimulator.solver.models.Context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.allocation.Allocationorg.palladiosimulator.pcm.core.composition.AssemblyContextorg.palladiosimulator.pcm.system.SystemvoidsetActualAllocationContext(ComputedAllocationContext actualAllocationContext) voidsetAllocation(org.palladiosimulator.pcm.allocation.Allocation myAllocation) voidsetCurrentEvaluatedBranchConditions(ArrayList currentEvaluatedBranchConditions) voidsetCurrentLoopIterationNumber(ArrayList currentLoopIterationNumber) voidsetDerivedAssemblyContext(org.palladiosimulator.pcm.core.composition.AssemblyContext myAssemblyContext) voidsetSystem(org.palladiosimulator.pcm.system.System mySystem) voidsetUsageContext(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)
-