Interface IDtoDeviceStateAspectDeclaration
- All Known Implementing Classes:
DtoDeviceStateAspectDeclaration
public interface IDtoDeviceStateAspectDeclaration
Definition of an expected device state aspect for a process/transitionModel.
-
Method Summary
Modifier and TypeMethodDescriptionThe initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.getKey()getType()voidsetInitialValue(String initialValue) The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.voidvoid
-
Method Details
-
getKey
String getKey() -
setKey
-
getType
IDtoAbstractDeviceStateAspectType getType() -
setType
-
getInitialValue
String getInitialValue()The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation. -
setInitialValue
The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.
-