public abstract class System extends WiringComponent implements System
| Constructor and Description |
|---|
System() |
| Modifier and Type | Method and Description |
|---|---|
Wire |
connect(System toSys)
Connects two systems.
|
DoubleDbProperty |
doubleDbProperty(DoubleParameter parameter) |
DoubleDbProperty |
doubleDbProperty(double value,
java.lang.String name,
java.lang.String baseUnit) |
DoubleProperty |
doubleProperty(DoubleParameter parameter) |
DoubleProperty |
doubleProperty(double value,
java.lang.String name,
java.lang.String baseUnit) |
SystemImpl |
getImplementation() |
Wire |
getInWire() |
Wire |
getOutWire() |
Wire |
getOutWire(int output) |
void |
hide() |
void |
hideSystemOnly() |
System |
label(java.lang.String name) |
System |
name(java.lang.String name) |
void |
rebuild() |
void |
set(Params<?,?> params) |
void |
show(Params<?,?> params) |
addSymbol, getMainParameters, getName, longName, name, name, notifyBeforeParameterChange, setStepInterceptor, setSymbol, show, show, toStringpublic SystemImpl getImplementation()
getImplementation in interface SystemgetImplementation in class WiringComponentpublic System name(java.lang.String name)
name in interface Systemname in class WiringComponentpublic Wire connect(System toSys)
public Wire getOutWire()
getOutWire in interface Systempublic Wire getOutWire(int output)
public void hide()
hide in class WiringComponentpublic void hideSystemOnly()
public void rebuild()
public DoubleDbProperty doubleDbProperty(double value, java.lang.String name, java.lang.String baseUnit)
public DoubleDbProperty doubleDbProperty(DoubleParameter parameter)
public DoubleProperty doubleProperty(double value, java.lang.String name, java.lang.String baseUnit)
public DoubleProperty doubleProperty(DoubleParameter parameter)
public void show(Params<?,?> params)