1 package SOFA.Connector;2 3 /** RoleBase inteface. All roles of the connector extends this interface.4 * Generated by SOFA CodeGen.5 */6 7 public interface RoleBase extends RoleBaseOperations, SOFA.Connector.Linkable, cz.cuni.sofa.lib.CDLEntity {8 }9