|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jsyn.ports.UnitPort
com.jsyn.ports.UnitValuePort
com.jsyn.ports.UnitBlockPort
com.jsyn.ports.UnitOutputPort
public class UnitOutputPort
Units write to their output port blocks. Other multiple connected input ports read from them.
Constructor Summary | |
---|---|
UnitOutputPort(int numParts,
java.lang.String name)
|
|
UnitOutputPort(int numParts,
java.lang.String name,
double defaultValue)
|
|
UnitOutputPort(java.lang.String name)
|
Method Summary | |
---|---|
void |
connect(int thisPartNum,
UnitInputPort otherPort,
int otherPartNum)
|
void |
connect(int thisPartNum,
UnitInputPort otherPort,
int otherPartNum,
TimeStamp timeStamp)
|
void |
connect(UnitInputPort input)
|
void |
connect(UnitSink sink)
|
void |
disconnect(int thisPartNum,
UnitInputPort otherPort,
int otherPartNum)
|
void |
disconnect(UnitInputPort otherPort)
|
void |
flatten()
|
Methods inherited from class com.jsyn.ports.UnitBlockPort |
---|
disconnectAll, getNumParts, getValue, getValue, getValues, getValues, isConnected, isConnected, setValue, setValue |
Methods inherited from class com.jsyn.ports.UnitValuePort |
---|
getCurrent, set, set, set, set, set, set |
Methods inherited from class com.jsyn.ports.UnitPort |
---|
getName, getUnit, setUnitGenerator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitOutputPort(int numParts, java.lang.String name, double defaultValue)
public UnitOutputPort(java.lang.String name)
public UnitOutputPort(int numParts, java.lang.String name)
Method Detail |
---|
public void flatten()
public void connect(int thisPartNum, UnitInputPort otherPort, int otherPartNum)
public void connect(int thisPartNum, UnitInputPort otherPort, int otherPartNum, TimeStamp timeStamp)
public void connect(UnitInputPort input)
public void connect(UnitSink sink)
public void disconnect(int thisPartNum, UnitInputPort otherPort, int otherPartNum)
public void disconnect(UnitInputPort otherPort)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |