Class Wire

java.lang.Object
   |
   +----Wire

public class Wire
extends Object
implements Port
A class that connect between inputs and output.

See Also:
Port

Constructor Index

 o Wire()

Method Index

 o Output()
 o ReadyOutput()
return true if source != null && source.ReadyOutput().
 o SetSource(Port)
set the source

Constructors

 o Wire
 public Wire()

Methods

 o Output
 public boolean Output()
See Also:
Output
 o ReadyOutput
 public boolean ReadyOutput()
return true if source != null && source.ReadyOutput().

See Also:
ReadyOutput
 o SetSource
 public void SetSource(Port p)
set the source

Parameters:
p - the source port to set