Class Circuit
java.lang.Object
|
+----Circuit
- public class Circuit
- extends Object
A general circuit component that has arbitrary inputs and outputs.
-
Circuit()
-
-
GetOutput(int)
- get the output port for connection.
-
SetInputs(int, Port)
- set the input ports.
Circuit
public Circuit()
SetInputs
public void SetInputs(int index,
Port p)
- set the input ports.
GetOutput
public Port GetOutput(int index)
- get the output port for connection.