class Canteen extends MyObject
implements CSProcess{
private AltingChannelInputInt fromPhil[] = null;
private ChannelOutputInt toPhil[] = null;
private AltingChannelInputInt fromChef = null;
public Canteen(AltingChannelInputInt fromPhil[],
ChannelOutputInt toPhil[],
AltingChannelInputInt fromChef){
this.fromPhil = fromPhil;
this.toPhil = toPhil;
this.fromChef = fromChef;
}
Previous slide | Next slide | Back to first slide | View graphic version |