Package com.anylogic.engine.markup
- All Superinterfaces:
IMaintenanceable
- All Known Implementing Classes:
ConveyorPath
,ConveyorSimpleStation
,JibCrane
,OverheadCraneBridge
@AnyLogicInternalAPI public interface IMaintenanceableMarkup extends IMaintenanceable
Modifier and Type | Method | Description |
---|---|---|
RuntimeException | error | |
IDowntime<?>[] | getDowntimeBlocks() | |
String | getName() | |
boolean | isMaintenanceActive | |
void | restartMaintenanceTriggers | |
void | startMaintenanceManually | |
void | stopMaintenanceManually |
IDowntime<?>[] getDowntimeBlocks()
@AnyLogicInternalAPI void restartMaintenanceTriggers(IDowntime<?> block)
@AnyLogicInternalAPI void startMaintenanceManually(IDowntime<?> block)
@AnyLogicInternalAPI void stopMaintenanceManually(IDowntime<?> block)
@AnyLogicInternalAPI boolean isMaintenanceActive(IDowntime<?> block)
@AnyLogicInternalAPI String getName()
@AnyLogicInternalAPI RuntimeException error(String message)