Class Heater
java.lang.Object
cartago.Artifact
artifact.environment.roomartifact.AbstractActuatorInRoomArtifact
artifact.environment.roomartifact.Heater
- All Implemented Interfaces:
SwitchableArtifact
CArtAgO artifact that is responsible for the communication with the hvac system of the operating block respect
to the heating 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
-
Method Summary
Methods inherited from class artifact.environment.roomartifact.AbstractActuatorInRoomArtifact
getActuatorID, getRoomId, init
Methods 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
-
Heater
public Heater()
-
-
Method Details
-
turnOn
public final void turnOn()Description copied from interface:SwitchableArtifact
Turn the artifact on.- Specified by:
turnOn
in interfaceSwitchableArtifact
-
turnOff
public final void turnOff()Description copied from interface:SwitchableArtifact
Turn the artifact off.- Specified by:
turnOff
in interfaceSwitchableArtifact
-