/** * <copyright> </copyright> * * $Id$ */ package org.talend.cwm.softwaredeployment; import orgomg.cwm.foundation.softwaredeployment.SoftwareSystem; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Td Software System</b></em>'. * <!-- end-user-doc --> * * * @see org.talend.cwm.softwaredeployment.SoftwaredeploymentPackage#getTdSoftwareSystem() * @model * @generated */ public interface TdSoftwareSystem extends SoftwareSystem { } // TdSoftwareSystem