Class Wire
java.lang.Object
|
+----Wire
- public class Wire
- extends Object
- implements Port
A class that connect between inputs and output.
- See Also:
- Port
-
Wire()
-
-
Output()
-
-
ReadyOutput()
- return true if source != null && source.ReadyOutput().
-
SetSource(Port)
- set the source
Wire
public Wire()
Output
public boolean Output()
- See Also:
- Output
ReadyOutput
public boolean ReadyOutput()
- return true if source != null && source.ReadyOutput().
- See Also:
- ReadyOutput
SetSource
public void SetSource(Port p)
- set the source
- Parameters:
- p - the source port to set