Interface IDtoRunCondition
- All Known Implementing Classes:
DtoRunCondition
public interface IDtoRunCondition
Conditions during execution of a process. Used to determine run cost/duration.
-
Method Summary
Modifier and TypeMethodDescriptionThe different dimensions that make up a runCondition.voidsetAspects(IDtoRunConditionAspect[] aspects) The different dimensions that make up a runCondition.
-
Method Details
-
getAspects
IDtoRunConditionAspect[] getAspects()The different dimensions that make up a runCondition. -
setAspects
The different dimensions that make up a runCondition.
-