KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > RoleBase


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
Popular Tags