aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/ca.mcgill.ecse.dslreasoner.vampire.test/src/ca/mcgill/ecse/dslreasoner/vampire/yakindumm/State.java
blob: 2cee971c873f2ba4750613bbe81e9ae39136895f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 */
package ca.mcgill.ecse.dslreasoner.vampire.yakindumm;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>State</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see ca.mcgill.ecse.dslreasoner.vampire.yakindumm.YakindummPackage#getState()
 * @model
 * @generated
 */
public interface State extends RegularState, CompositeElement {
} // State