Interface Port
- public interface Port
A component that output.
-
Output()
- A function that return the output.
-
ReadyOutput()
- A public interface to ask if the component was ready to output.
Output
public abstract boolean Output()
- A function that return the output.
- Returns:
- the output.
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.