Blame view

fr.femtost.disc.eclipse.vhdlamsmetamodel/src/fr/femtost/disc/eclipse/vhdlamsmetamodel/vhdlams/Equation.java 427 Bytes
f902ce56c   Jean-Marie Gauthier   Commit of projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  /**
   * <copyright>
   * </copyright>
   *
   * $Id$
   */
  package fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams;
  
  
  /**
   * <!-- begin-user-doc -->
   * A representation of the model object '<em><b>Equation</b></em>'.
   * <!-- end-user-doc -->
   *
   *
   * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getEquation()
   * @model
   * @generated
   */
  public interface Equation extends ConcurrentialStatement {
  } // Equation