3536373839404142
return -theInt; } public int delegateNegate(int theInt) { SCADomain domain = SCADomain.connect("sca://local"); MathService service = domain.getService(MathService.class, "MathServiceComponent"); return service.negate(theInt); }