Interface Port

public interface Port
A component that output.


Method Index

 o Output()
A function that return the output.
 o ReadyOutput()
A public interface to ask if the component was ready to output.

Methods

 o Output
 public abstract boolean Output()
A function that return the output.

Returns:
the output.
 o ReadyOutput
 public abstract boolean ReadyOutput()
A public interface to ask if the component was ready to output.

Returns:
if the component was ready to output.