// ** This file was generated with DemFGen (vers:4/15/2011) package scg; import edu.neu.ccs.demeterf.lib.*; /** Interface representation of Role */ public interface Role{ /* Role is an enumeration*/ public static final int ALICE = 0; public static final int BOB = 1; int ordingal(); }