public class UnitSpectralOutputPort extends UnitPort implements ConnectableOutput
Constructor and Description |
---|
UnitSpectralOutputPort() |
UnitSpectralOutputPort(int size) |
UnitSpectralOutputPort(java.lang.String name) |
UnitSpectralOutputPort(java.lang.String name,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
advance() |
void |
connect(ConnectableInput other) |
void |
disconnect(ConnectableInput other) |
Spectrum |
getSpectrum() |
boolean |
isAvailable() |
void |
setSize(int size) |
getName, getNumParts, getUnitGenerator, queueCommand, scheduleCommand, setName, setUnitGenerator
public UnitSpectralOutputPort()
public UnitSpectralOutputPort(int size)
public UnitSpectralOutputPort(java.lang.String name)
public UnitSpectralOutputPort(java.lang.String name, int size)
public void setSize(int size)
public Spectrum getSpectrum()
public void advance()
public void connect(ConnectableInput other)
connect
in interface ConnectableOutput
public void disconnect(ConnectableInput other)
disconnect
in interface ConnectableOutput
public boolean isAvailable()