Class DtoRunCondition
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
- All Implemented Interfaces:
IDtoRunCondition
Conditions during execution of a process. Used to determine run cost/duration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe different dimensions that make up a runCondition.inthashCode()voidsetAspects(IDtoRunConditionAspect[] aspects) The different dimensions that make up a runCondition.withAspects(IDtoRunConditionAspect[] aspects) The different dimensions that make up a runCondition.
-
Constructor Details
-
DtoRunCondition
protected DtoRunCondition() -
DtoRunCondition
-
-
Method Details
-
getAspects
The different dimensions that make up a runCondition.- Specified by:
getAspectsin interfaceIDtoRunCondition
-
setAspects
The different dimensions that make up a runCondition.- Specified by:
setAspectsin interfaceIDtoRunCondition
-
equals
-
hashCode
public int hashCode() -
withAspects
The different dimensions that make up a runCondition.
-