Class AllocationChange.Builder
java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.modelchanges.AllocationChange.Builder
- Enclosing class:
- AllocationChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocation
(org.palladiosimulator.pcm.allocation.Allocation allocation) build()
newAllocationContexts
(List<org.palladiosimulator.pcm.allocation.AllocationContext> newAllocationContexts) simulationTime
(double simulationTime)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allocation
public AllocationChange.Builder allocation(org.palladiosimulator.pcm.allocation.Allocation allocation) -
newAllocationContexts
public AllocationChange.Builder newAllocationContexts(List<org.palladiosimulator.pcm.allocation.AllocationContext> newAllocationContexts) -
simulationTime
-
build
-