public class BooleanGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BooleanGenerator.State |
| Constructor and Description |
|---|
BooleanGenerator(org.eclipse.swt.widgets.Display display,
SimulationTarget target) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
int |
getEndDelay() |
int |
getStartDelay() |
void |
setEndDelay(int endDelay) |
void |
setStartDelay(int startDelay) |
void |
start() |
void |
stop() |
protected void |
tick() |
public BooleanGenerator(org.eclipse.swt.widgets.Display display,
SimulationTarget target)
public void start()
public void stop()
public void dispose()
protected void tick()
public int getStartDelay()
public void setStartDelay(int startDelay)
public int getEndDelay()
public void setEndDelay(int endDelay)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.