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