Class Circuit

java.lang.Object
   |
   +----Circuit

public class Circuit
extends Object
A general circuit component that has arbitrary inputs and outputs.


Constructor Index

 o Circuit()

Method Index

 o GetOutput(int)
get the output port for connection.
 o SetInputs(int, Port)
set the input ports.

Constructors

 o Circuit
 public Circuit()

Methods

 o SetInputs
 public void SetInputs(int index,
                       Port p)
set the input ports.

 o GetOutput
 public Port GetOutput(int index)
get the output port for connection.