Interface IDtoDeviceState
- All Known Implementing Classes:
DtoDeviceState
public interface IDtoDeviceState
State of a device. Used to determine setup cost/duration.
-
Method Summary
Modifier and TypeMethodDescriptionThe different dimensions that make up a deviceState.voidsetAspects(IDtoDeviceStateAspect[] aspects) The different dimensions that make up a deviceState.
-
Method Details
-
getAspects
IDtoDeviceStateAspect[] getAspects()The different dimensions that make up a deviceState. -
setAspects
The different dimensions that make up a deviceState.
-