Interface DimmableArtifact
- All Known Implementing Classes:
AmbientLight,SurgicalLight,Ventilation
public interface DimmableArtifact
Interface that models a dimmable artifact, that is an artifacts that offers method to set the intensity of it.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIntensity(int intensity) Set the intensity of the artifact.
-
Method Details
-
setIntensity
void setIntensity(int intensity) Set the intensity of the artifact.- Parameters:
intensity- the intensity.
-