Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/Rule.java')
-rw-r--r--plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/Rule.java193
1 files changed, 93 insertions, 100 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/Rule.java b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/Rule.java
index 2e87e4dcc8b..8be9c0ab27c 100644
--- a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/Rule.java
+++ b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/Rule.java
@@ -3,124 +3,117 @@
package org.eclipse.osee.ats.dsl.atsDsl;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Rule</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Rule</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getName <em>Name</em>}</li>
- * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getTitle <em>Title</em>}</li>
- * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getDescription <em>Description</em>}</li>
- * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getRuleLocation <em>Rule Location</em>}</li>
+ * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getTitle <em>Title</em>}</li>
+ * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getDescription <em>Description</em>}</li>
+ * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getRuleLocation <em>Rule Location</em>}</li>
* </ul>
*
* @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule()
* @model
* @generated
*/
-public interface Rule extends EObject
-{
- /**
- * Returns the value of the '<em><b>Name</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Name</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Name</em>' attribute.
- * @see #setName(String)
- * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_Name()
- * @model
- * @generated
- */
- String getName();
+public interface Rule extends EObject {
+ /**
+ * Returns the value of the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ *
+ * @return the value of the '<em>Name</em>' attribute.
+ * @see #setName(String)
+ * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_Name()
+ * @model
+ * @generated
+ */
+ String getName();
- /**
- * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getName <em>Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Name</em>' attribute.
- * @see #getName()
- * @generated
- */
- void setName(String value);
+ /**
+ * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getName <em>Name</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value the new value of the '<em>Name</em>' attribute.
+ * @see #getName()
+ * @generated
+ */
+ void setName(String value);
- /**
- * Returns the value of the '<em><b>Title</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Title</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Title</em>' attribute.
- * @see #setTitle(String)
- * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_Title()
- * @model
- * @generated
- */
- String getTitle();
+ /**
+ * Returns the value of the '<em><b>Title</b></em>' attribute. <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Title</em>' attribute isn't clear, there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ *
+ * @return the value of the '<em>Title</em>' attribute.
+ * @see #setTitle(String)
+ * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_Title()
+ * @model
+ * @generated
+ */
+ String getTitle();
- /**
- * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getTitle <em>Title</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Title</em>' attribute.
- * @see #getTitle()
- * @generated
- */
- void setTitle(String value);
+ /**
+ * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getTitle <em>Title</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value the new value of the '<em>Title</em>' attribute.
+ * @see #getTitle()
+ * @generated
+ */
+ void setTitle(String value);
- /**
- * Returns the value of the '<em><b>Description</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Description</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Description</em>' attribute.
- * @see #setDescription(String)
- * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_Description()
- * @model
- * @generated
- */
- String getDescription();
+ /**
+ * Returns the value of the '<em><b>Description</b></em>' attribute. <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Description</em>' attribute isn't clear, there really should be more of a description
+ * here...
+ * </p>
+ * <!-- end-user-doc -->
+ *
+ * @return the value of the '<em>Description</em>' attribute.
+ * @see #setDescription(String)
+ * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_Description()
+ * @model
+ * @generated
+ */
+ String getDescription();
- /**
- * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getDescription <em>Description</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Description</em>' attribute.
- * @see #getDescription()
- * @generated
- */
- void setDescription(String value);
+ /**
+ * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.Rule#getDescription <em>Description</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value the new value of the '<em>Description</em>' attribute.
+ * @see #getDescription()
+ * @generated
+ */
+ void setDescription(String value);
- /**
- * Returns the value of the '<em><b>Rule Location</b></em>' attribute list.
- * The list contents are of type {@link org.eclipse.osee.ats.dsl.atsDsl.RuleLocation}.
- * The literals are from the enumeration {@link org.eclipse.osee.ats.dsl.atsDsl.RuleLocation}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Rule Location</em>' attribute list isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Rule Location</em>' attribute list.
- * @see org.eclipse.osee.ats.dsl.atsDsl.RuleLocation
- * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_RuleLocation()
- * @model unique="false"
- * @generated
- */
- EList<RuleLocation> getRuleLocation();
+ /**
+ * Returns the value of the '<em><b>Rule Location</b></em>' attribute list. The list contents are of type
+ * {@link org.eclipse.osee.ats.dsl.atsDsl.RuleLocation}. The literals are from the enumeration
+ * {@link org.eclipse.osee.ats.dsl.atsDsl.RuleLocation}. <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Rule Location</em>' attribute list isn't clear, there really should be more of a
+ * description here...
+ * </p>
+ * <!-- end-user-doc -->
+ *
+ * @return the value of the '<em>Rule Location</em>' attribute list.
+ * @see org.eclipse.osee.ats.dsl.atsDsl.RuleLocation
+ * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getRule_RuleLocation()
+ * @model unique="false"
+ * @generated
+ */
+ EList<RuleLocation> getRuleLocation();
} // Rule

Back to the top