Layers: API
interface Layer {
Model dispatch(in Model m, in Layer from);
void connect(in String channel, in Layer l);
}
Generic dispatch
Model provides graph manipulation API
Previous slide
Next slide
Back to first slide
View graphic version