1 /*2 * CRole.java3 *4 * Created on 10. duben 2002, 14:065 */6 7 // CRole jako Caller role8 9 package SOFA.Connector.EEG.Types;10 11 /**12 *13 * @author ghort14 * @version 15 */16 public interface CRole extends SOFA.Connector.EEG.ElementRoleInterface {17 }18 19