Class Cooler
java.lang.Object
cartago.Artifact
artifact.environment.roomartifact.AbstractActuatorInRoomArtifact
artifact.environment.roomartifact.Cooler
- All Implemented Interfaces:
 SwitchableArtifact
CArtAgO artifact that is responsible for the communication with the hvac system of the operating block respect
 to the cooling part.
- 
Nested Class Summary
Nested classes/interfaces inherited from class cartago.Artifact
cartago.Artifact.AbstractAsyncProcess - 
Field Summary
Fields inherited from class cartago.Artifact
observabilityRadius, position, thisOpId - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class artifact.environment.roomartifact.AbstractActuatorInRoomArtifact
getActuatorID, getRoomId, initMethods inherited from class cartago.Artifact
await, await, await_time, beginExtSession, commit, defineNewOp, defineObsProperty, defineOp, delay, dispose, dispose, endExtSession, endExtSessionWithFailure, execInternalOp, execLinkedOp, execLinkedOp, failed, failed, getCreatorId, getCurrentOpAgentBody, getCurrentOpAgentId, getId, getLinkedArtifacts, getManualSrcFile, getObservabilityRadius, getObsProperty, getObsPropertyByTemplate, getOpKey, getOpUserName, getPosition, hasObsProperty, hasObsPropertyByTemplate, isLinked, log, lookupArtifact, makeArtifact, removeObsProperty, removeObsPropertyByTemplate, removeOp, setupOperations, setupPosition, signal, signal, updateObservabilityRadius, updateObsProperty, updatePosition 
- 
Constructor Details
- 
Cooler
public Cooler() 
 - 
 - 
Method Details
- 
turnOn
public final void turnOn()Description copied from interface:SwitchableArtifactTurn the artifact on.- Specified by:
 turnOnin interfaceSwitchableArtifact
 - 
turnOff
public final void turnOff()Description copied from interface:SwitchableArtifactTurn the artifact off.- Specified by:
 turnOffin interfaceSwitchableArtifact
 
 -