Switch to side-by-side view

--- a/src/main/java/epc/ResourceOutputConnection.java
+++ b/src/main/java/epc/ResourceOutputConnection.java
@@ -11,19 +11,19 @@
  * <p>
  * The following features are supported:
  * <ul>
- *   <li>{@link epc.ResourceOutputConnection#getSource <em>Source</em>}</li>
- *   <li>{@link epc.ResourceOutputConnection#getTarget <em>Target</em>}</li>
+ *   <li>{@link ResourceOutputConnection#getSource <em>Source</em>}</li>
+ *   <li>{@link ResourceOutputConnection#getTarget <em>Target</em>}</li>
  * </ul>
  * </p>
  *
- * @see epc.EpcPackage#getResourceOutputConnection()
+ * @see EpcPackage#getResourceOutputConnection()
  * @model
  * @generated
  */
 public interface ResourceOutputConnection extends EPCConnection {
 	/**
 	 * Returns the value of the '<em><b>Source</b></em>' reference.
-	 * It is bidirectional and its opposite is '{@link epc.Function#getOutputResources <em>Output Resources</em>}'.
+	 * It is bidirectional and its opposite is '{@link Function#getOutputResources <em>Output Resources</em>}'.
 	 * <!-- begin-user-doc -->
 	 * <p>
 	 * If the meaning of the '<em>Source</em>' reference isn't clear,
@@ -31,16 +31,16 @@
 	 * </p>
 	 * <!-- end-user-doc -->
 	 * @return the value of the '<em>Source</em>' reference.
-	 * @see #setSource(Function)
-	 * @see epc.EpcPackage#getResourceOutputConnection_Source()
-	 * @see epc.Function#getOutputResources
+	 * @see #setSource(epc.Function)
+	 * @see EpcPackage#getResourceOutputConnection_Source()
+	 * @see Function#getOutputResources
 	 * @model opposite="outputResources"
 	 * @generated
 	 */
 	Function getSource();
 
 	/**
-	 * Sets the value of the '{@link epc.ResourceOutputConnection#getSource <em>Source</em>}' reference.
+	 * Sets the value of the '{@link ResourceOutputConnection#getSource <em>Source</em>}' reference.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * @param value the new value of the '<em>Source</em>' reference.
@@ -51,7 +51,7 @@
 
 	/**
 	 * Returns the value of the '<em><b>Target</b></em>' reference.
-	 * It is bidirectional and its opposite is '{@link epc.Resource#getCreatingFunction <em>Creating Function</em>}'.
+	 * It is bidirectional and its opposite is '{@link Resource#getCreatingFunction <em>Creating Function</em>}'.
 	 * <!-- begin-user-doc -->
 	 * <p>
 	 * If the meaning of the '<em>Target</em>' reference isn't clear,
@@ -59,16 +59,16 @@
 	 * </p>
 	 * <!-- end-user-doc -->
 	 * @return the value of the '<em>Target</em>' reference.
-	 * @see #setTarget(Resource)
-	 * @see epc.EpcPackage#getResourceOutputConnection_Target()
-	 * @see epc.Resource#getCreatingFunction
+	 * @see #setTarget(epc.Resource)
+	 * @see EpcPackage#getResourceOutputConnection_Target()
+	 * @see Resource#getCreatingFunction
 	 * @model opposite="creatingFunction"
 	 * @generated
 	 */
 	Resource getTarget();
 
 	/**
-	 * Sets the value of the '{@link epc.ResourceOutputConnection#getTarget <em>Target</em>}' reference.
+	 * Sets the value of the '{@link ResourceOutputConnection#getTarget <em>Target</em>}' reference.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * @param value the new value of the '<em>Target</em>' reference.