protected void createEOperation(EClass owner, int id) { EOperationImpl o = (EOperationImpl)ecoreFactory.createEOperation(); o.setOperationID(id); owner.eOperations.add(o); }
public EOperation createEOperation() { var theEOperation = new EOperationImpl(); return(theEOperation); }