public class SimpleMOV extends BaseModule implements MOV, Runnable
Modifier and Type | Class and Description |
---|---|
static class |
SimpleMOV.State |
Modifier and Type | Field and Description |
---|---|
protected static int |
JOB_PERIOD |
protected static int |
MOV_RUNTIME |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isTransit() |
void |
open() |
void |
run() |
void |
setErrorState(boolean state) |
protected void |
setOpenStates(boolean open,
boolean close) |
void |
startTransit(SimpleMOV.State target,
SimpleMOV.State currentState) |
protected void |
update() |
dispose, getInput, getOutput
protected static final int JOB_PERIOD
protected static final int MOV_RUNTIME
public void startTransit(SimpleMOV.State target, SimpleMOV.State currentState)
public void setErrorState(boolean state)
setErrorState
in interface MOV
protected void setOpenStates(boolean open, boolean close)
protected void update()
public boolean isTransit()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.