Package edu.tufts.hrilab.unity
Class MockUnitySpaceStationImpl
java.lang.Object
edu.tufts.hrilab.diarc.DiarcComponent
edu.tufts.hrilab.unity.MockUnitySpaceStationImpl
- 
Field SummaryFields inherited from class edu.tufts.hrilab.diarc.DiarcComponentexecutionLoopCycleTime, log, shouldRunExecutionLoop
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatGets the health of the space station as a float [0:100].booleanGets the broken state of a tube, true if broken.booleanGets the damaged state of a tube, true if damaged.floatGets the health of a specific tube via name as a float [0:100].booleangetSpaceStationTubeOff(Symbol tube) Gets the off state of a tube, true if off.Gets a list of broken tubes, optionally limited to the area.Gets a list of damaged tubes, optionally limited to the area.Gets a list of off tubes, optionally limited to a area.Methods inherited from class edu.tufts.hrilab.diarc.DiarcComponentadditionalUsageInfo, createInstance, createInstance, createInstance, createInstance, executionLoop, getMyGroupConstraints, getMyGroups, getMyService, getMyServices, init, main, parseArgs, shutdown, shutdownComponent
- 
Constructor Details- 
MockUnitySpaceStationImplpublic MockUnitySpaceStationImpl()
 
- 
- 
Method Details- 
getSpaceStationHealthpublic float getSpaceStationHealth()Gets the health of the space station as a float [0:100].
- 
getSpaceStationTubesDamagedGets a list of damaged tubes, optionally limited to the area.
- 
getSpaceStationTubesDamaged
- 
getWingsWithAlerts
- 
getSpaceStationTubesBrokenGets a list of broken tubes, optionally limited to the area.
- 
getSpaceStationTubesBroken
- 
getSpaceStationTubesOffGets a list of off tubes, optionally limited to a area.
- 
getSpaceStationTubesOff
- 
getSpaceStationTubeHealthGets the health of a specific tube via name as a float [0:100].
- 
getSpaceStationTubeDamagedGets the damaged state of a tube, true if damaged.
- 
getSpaceStationTubeBrokenGets the broken state of a tube, true if broken.
- 
getSpaceStationTubeOffGets the off state of a tube, true if off.
 
-