123456789101112131415161718 |
- /**
- */
- package ua.ansymo.hintco;
- /**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Xor Port Adaptation</b></em>'.
- * <!-- end-user-doc -->
- *
- *
- * @see ua.ansymo.hintco.HintcoPackage#getXorPortAdaptation()
- * @model
- * @generated
- */
- public interface XorPortAdaptation extends DecompositionPortAdaptation {
- } // XorPortAdaptation
|