|
Watchmaker Framework for Evolutionary Computation API (Version 0.7.1) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The input type for the renderer.S - The output type for the renderer.public interface Renderer<T,S>
Maps objects of one type to objects of a different type. For example, this class could be used to render dates as Strings or to render arrays as GUI list components.
| Method Summary | |
|---|---|
S |
render(T entity)
Renders an object of one type as an instance of another. |
| Method Detail |
|---|
S render(T entity)
entity - An object to render as a different type.
|
Watchmaker Framework for Evolutionary Computation API (Version 0.7.1) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||