a/src/main/java/epc/EPCModel.java b/src/main/java/epc/EPCModel.java
...
...
10
 * <!-- end-user-doc -->
10
 * <!-- end-user-doc -->
11
 *
11
 *
12
 * <p>
12
 * <p>
13
 * The following features are supported:
13
 * The following features are supported:
14
 * <ul>
14
 * <ul>
15
 *   <li>{@link epc.EPCModel#getPages <em>Pages</em>}</li>
15
 *   <li>{@link EPCModel#getPages <em>Pages</em>}</li>
16
 *   <li>{@link epc.EPCModel#getElements <em>Elements</em>}</li>
16
 *   <li>{@link EPCModel#getElements <em>Elements</em>}</li>
17
 *   <li>{@link epc.EPCModel#getConnections <em>Connections</em>}</li>
17
 *   <li>{@link EPCModel#getConnections <em>Connections</em>}</li>
18
 * </ul>
18
 * </ul>
19
 * </p>
19
 * </p>
20
 *
20
 *
21
 * @see epc.EpcPackage#getEPCModel()
21
 * @see epc.EpcPackage#getEPCModel()
22
 * @model
22
 * @model
23
 * @generated
23
 * @generated
24
 */
24
 */
25
public interface EPCModel extends EPCObject {
25
public interface EPCModel extends EPCObject {
26
    /**
26
    /**
27
     * Returns the value of the '<em><b>Pages</b></em>' containment reference list.
27
     * Returns the value of the '<em><b>Pages</b></em>' containment reference list.
28
     * The list contents are of type {@link epc.Page}.
28
     * The list contents are of type {@link Page}.
29
     * <!-- begin-user-doc -->
29
     * <!-- begin-user-doc -->
30
     * <p>
30
     * <p>
31
     * If the meaning of the '<em>Pages</em>' containment reference list isn't clear,
31
     * If the meaning of the '<em>Pages</em>' containment reference list isn't clear,
32
     * there really should be more of a description here...
32
     * there really should be more of a description here...
33
     * </p>
33
     * </p>