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

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

There is a newer version: 0.6.6
Show newest version
package poem.boundary.driven_port;

/**
 * Driven, right side port for obtaining poems, e.g. from a repository outside
 * the hexagon.
 * 
 * @author b_muth
 *
 */
public interface IObtainPoems {
	String[] getMePoems(String language);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy