Chopstick f3 = new Chopstick(univ, "Chopstick3");
Chopstick f4 = new Chopstick(univ, "Chopstick4");
Chopstick f5 = new Chopstick(univ, "Chopstick5");
// Now connect up the Actors
univ.connect((TypedIOPort) p1.getPort("leftIn"), (TypedIOPort) f5
.getPort("rightOut"));
univ.connect((TypedIOPort) p1.getPort("leftOut"), (TypedIOPort) f5
.getPort("rightIn"));
univ.connect((TypedIOPort) p1.getPort("rightIn"), (TypedIOPort) f1
.getPort("leftOut"));