Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Target.java')
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Target.java47
1 files changed, 14 insertions, 33 deletions
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Target.java b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Target.java
index 8dc8ee8246e..41bf2accb32 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Target.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Target.java
@@ -23,16 +23,16 @@ import org.eclipse.uml2.uml.Node;
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.FCM.Target#getTargetArch <em>Target Arch</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Target#getOptions <em>Options</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Target#getBase_Node <em>Base Node</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Target#getUsedOS <em>Used OS</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Target#getAvailRAM <em>Avail RAM</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Target#getAvailROM <em>Avail ROM</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.Target#getCompiler <em>Compiler</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Target#getTargetArch <em>Target Arch</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Target#getOptions <em>Options</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Target#getBase_Node <em>Base Node</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Target#getUsedOS <em>Used OS</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Target#getAvailRAM <em>Avail RAM</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Target#getAvailROM <em>Avail ROM</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.Target#getCompiler <em>Compiler</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget()
* @model
@@ -46,7 +46,6 @@ public interface Target extends EObject {
* If the meaning of the '<em>Target Arch</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Target Arch</em>' reference.
* @see #setTargetArch(TargetArchitecture)
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget_TargetArch()
@@ -59,9 +58,7 @@ public interface Target extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Target#getTargetArch <em>Target Arch</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Target Arch</em>' reference.
+ * @param value the new value of the '<em>Target Arch</em>' reference.
* @see #getTargetArch()
* @generated
*/
@@ -75,7 +72,6 @@ public interface Target extends EObject {
* If the meaning of the '<em>Options</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Options</em>' reference list.
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget_Options()
* @model ordered="false"
@@ -90,7 +86,6 @@ public interface Target extends EObject {
* If the meaning of the '<em>Base Node</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Base Node</em>' reference.
* @see #setBase_Node(Node)
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget_Base_Node()
@@ -103,9 +98,7 @@ public interface Target extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Target#getBase_Node <em>Base Node</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Base Node</em>' reference.
+ * @param value the new value of the '<em>Base Node</em>' reference.
* @see #getBase_Node()
* @generated
*/
@@ -118,7 +111,6 @@ public interface Target extends EObject {
* If the meaning of the '<em>Used OS</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Used OS</em>' reference.
* @see #setUsedOS(OperatingSystem)
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget_UsedOS()
@@ -131,9 +123,7 @@ public interface Target extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Target#getUsedOS <em>Used OS</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Used OS</em>' reference.
+ * @param value the new value of the '<em>Used OS</em>' reference.
* @see #getUsedOS()
* @generated
*/
@@ -146,7 +136,6 @@ public interface Target extends EObject {
* If the meaning of the '<em>Avail RAM</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Avail RAM</em>' attribute.
* @see #setAvailRAM(int)
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget_AvailRAM()
@@ -159,9 +148,7 @@ public interface Target extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Target#getAvailRAM <em>Avail RAM</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Avail RAM</em>' attribute.
+ * @param value the new value of the '<em>Avail RAM</em>' attribute.
* @see #getAvailRAM()
* @generated
*/
@@ -174,7 +161,6 @@ public interface Target extends EObject {
* If the meaning of the '<em>Avail ROM</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Avail ROM</em>' attribute.
* @see #setAvailROM(int)
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget_AvailROM()
@@ -187,9 +173,7 @@ public interface Target extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Target#getAvailROM <em>Avail ROM</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Avail ROM</em>' attribute.
+ * @param value the new value of the '<em>Avail ROM</em>' attribute.
* @see #getAvailROM()
* @generated
*/
@@ -202,7 +186,6 @@ public interface Target extends EObject {
* If the meaning of the '<em>Compiler</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Compiler</em>' reference.
* @see #setCompiler(CompilerChain)
* @see org.eclipse.papyrus.FCM.FCMPackage#getTarget_Compiler()
@@ -215,9 +198,7 @@ public interface Target extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Target#getCompiler <em>Compiler</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Compiler</em>' reference.
+ * @param value the new value of the '<em>Compiler</em>' reference.
* @see #getCompiler()
* @generated
*/

Back to the top