package tests; /** * First round of tests * */ public class Tests1 { /** * Create some CPS object and Gadgets */ public static void main(String[] args) { // HolonObject b1 = new HolonObject(); // HolonObject b2 = new HolonObject(); // HolonSwitch s1 = new HolonSwitch(); // HolonTransformer t1 = new HolonTransformer(); // b1.setPos(20, 30); // Position p = b1.getPos(); // System.out.println(p.x + "," + p.y); } }