Switch to unified view

a/src/main/java/epc/util/EpcSwitch.java b/src/main/java/epc/util/EpcSwitch.java
...
...
14
import uuid.Uuid;
14
import uuid.Uuid;
15
15
16
/**
16
/**
17
 * <!-- begin-user-doc -->
17
 * <!-- begin-user-doc -->
18
 * The <b>Switch</b> for the model's inheritance hierarchy.
18
 * The <b>Switch</b> for the model's inheritance hierarchy.
19
 * It supports the call {@link #doSwitch(EObject) doSwitch(object)}
19
 * It supports the call {@link #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(object)}
20
 * to invoke the <code>caseXXX</code> method for each class of the model,
20
 * to invoke the <code>caseXXX</code> method for each class of the model,
21
 * starting with the actual class of the object
21
 * starting with the actual class of the object
22
 * and proceeding up the inheritance hierarchy
22
 * and proceeding up the inheritance hierarchy
23
 * until a non-null result is returned,
23
 * until a non-null result is returned,
24
 * which is the result of the switch.
24
 * which is the result of the switch.