public class WeightedOperation extends Object
| Constructor and Description |
|---|
WeightedOperation(Double weight,
Operation operation) |
WeightedOperation(Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDescription() |
Execution.ExecutionState |
getExecutionState() |
Operation |
getOperation() |
float |
getWeight() |
int |
getWeightInPercent() |
void |
markExecutionState(Execution.ExecutionState state) |
public WeightedOperation(Operation operation)
public float getWeight()
public int getWeightInPercent()
public Operation getOperation()
public Execution.ExecutionState getExecutionState()
public void markExecutionState(Execution.ExecutionState state)
Copyright © 2023. All rights reserved.