public class PortBlockPart extends java.lang.Object implements ConnectableOutput, ConnectableInput
| Modifier and Type | Method and Description |
|---|---|
void |
connect(ConnectableInput other) |
void |
connect(ConnectableOutput other) |
void |
disconnect(ConnectableInput other) |
void |
disconnect(ConnectableOutput other) |
double |
get() |
PortBlockPart |
getPortBlockPart()
To implement ConnectableInput
|
double |
getValue() |
double[] |
getValues() |
public double[] getValues()
public double getValue()
public double get()
public void connect(ConnectableInput other)
connect in interface ConnectableOutputpublic void connect(ConnectableOutput other)
connect in interface ConnectableInputpublic void disconnect(ConnectableOutput other)
disconnect in interface ConnectableInputpublic void disconnect(ConnectableInput other)
disconnect in interface ConnectableOutputpublic PortBlockPart getPortBlockPart()
getPortBlockPart in interface ConnectableInput