All Downloads are FREE. Search and download functionalities are using the official Maven repository.

poem.boundary.driven_port.IWriteLines Maven / Gradle / Ivy

The newest version!
package poem.boundary.driven_port;

/**
 * Driven, right side port for writing the lines of a poem to an output device
 * outside the hexagon, e.g. the console.
 * 
 * @author b_muth
 *
 */
public interface IWriteLines {
	void writeLines(String[] strings);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy