CloneSet888


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
58201.000interface_member_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15861
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/FeatureChange.java
25856
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/FeatureMapEntry.java
Next
Last
Clone Instance
1
Line Count
58
Source Line
61
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/FeatureChange.java

/**
 * Returns the value of the '<em><b>Feature Name</b></em>' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the value of the '<em>Feature Name</em>' attribute.
 * @see #isSetFeatureName()
 * @see #unsetFeatureName()
 * @see #setFeatureName(String)
 * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureChange_FeatureName()
 * @model unsettable="true" volatile="true"
 * @generated
 */
String getFeatureName();
/**
 * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param value the new value of the '<em>Feature Name</em>' attribute.
 * @see #isSetFeatureName()
 * @see #unsetFeatureName()
 * @see #getFeatureName()
 * @generated
 */
void setFeatureName(String value);
/**
 * Unsets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @see #isSetFeatureName()
 * @see #getFeatureName()
 * @see #setFeatureName(String)
 * @generated
 */
void unsetFeatureName();
/**
 * Returns whether the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute is set.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return whether the value of the '<em>Feature Name</em>' attribute is set.
 * @see #unsetFeatureName()
 * @see #getFeatureName()
 * @see #setFeatureName(String)
 * @generated
 */
boolean isSetFeatureName();
/**
 * Returns the value of the '<em><b>Data Value</b></em>' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the value of the '<em>Data Value</em>' attribute.
 * @see #setDataValue(String)
 * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureChange_DataValue()
 * @model volatile="true"
 * @generated
 */
String getDataValue();
/**
 * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getDataValue <em>Data Value</em>}' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param value the new value of the '<em>Data Value</em>' attribute.
 * @see #getDataValue()
 * @generated
 */
void setDataValue(String value);


First
Previous
Clone Instance
2
Line Count
58
Source Line
56
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/FeatureMapEntry.java

/**
 * Returns the value of the '<em><b>Feature Name</b></em>' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the value of the '<em>Feature Name</em>' attribute.
 * @see #isSetFeatureName()
 * @see #unsetFeatureName()
 * @see #setFeatureName(String)
 * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureMapEntry_FeatureName()
 * @model unsettable="true" volatile="true"
 * @generated
 */
String getFeatureName();
/**
 * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param value the new value of the '<em>Feature Name</em>' attribute.
 * @see #isSetFeatureName()
 * @see #unsetFeatureName()
 * @see #getFeatureName()
 * @generated
 */
void setFeatureName(String value);
/**
 * Unsets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @see #isSetFeatureName()
 * @see #getFeatureName()
 * @see #setFeatureName(String)
 * @generated
 */
void unsetFeatureName();
/**
 * Returns whether the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute is set.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return whether the value of the '<em>Feature Name</em>' attribute is set.
 * @see #unsetFeatureName()
 * @see #getFeatureName()
 * @see #setFeatureName(String)
 * @generated
 */
boolean isSetFeatureName();
/**
 * Returns the value of the '<em><b>Data Value</b></em>' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the value of the '<em>Data Value</em>' attribute.
 * @see #setDataValue(String)
 * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureMapEntry_DataValue()
 * @model volatile="true"
 * @generated
 */
String getDataValue();
/**
 * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getDataValue <em>Data Value</em>}' attribute.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param value the new value of the '<em>Data Value</em>' attribute.
 * @see #getDataValue()
 * @generated
 */
void setDataValue(String value);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * Returns the value of the '<em><b>Feature Name</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return the value of the '<em>Feature Name</em>' attribute.
   * @see #isSetFeatureName()
   * @see #unsetFeatureName()
   * @see #setFeatureName(String)
   * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureChange_FeatureName()
   * @model unsettable="true" volatile="true"
   * @generated
   */
/**
   * Returns the value of the '<em><b>Feature Name</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return the value of the '<em>Feature Name</em>' attribute.
   * @see #isSetFeatureName()
   * @see #unsetFeatureName()
   * @see #setFeatureName(String)
   * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureMapEntry_FeatureName()
   * @model unsettable="true" volatile="true"
   * @generated
   */
String getFeatureName();
/**
   * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Feature Name</em>' attribute.
   * @see #isSetFeatureName()
   * @see #unsetFeatureName()
   * @see #getFeatureName()
   * @generated
   */
/**
   * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Feature Name</em>' attribute.
   * @see #isSetFeatureName()
   * @see #unsetFeatureName()
   * @see #getFeatureName()
   * @generated
   */
void setFeatureName(String value);
/**
   * Unsets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @see #isSetFeatureName()
   * @see #getFeatureName()
   * @see #setFeatureName(String)
   * @generated
   */
/**
   * Unsets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @see #isSetFeatureName()
   * @see #getFeatureName()
   * @see #setFeatureName(String)
   * @generated
   */
void unsetFeatureName();
/**
   * Returns whether the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getFeatureName <em>Feature Name</em>}' attribute is set.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return whether the value of the '<em>Feature Name</em>' attribute is set.
   * @see #unsetFeatureName()
   * @see #getFeatureName()
   * @see #setFeatureName(String)
   * @generated
   */
/**
   * Returns whether the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getFeatureName <em>Feature Name</em>}' attribute is set.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return whether the value of the '<em>Feature Name</em>' attribute is set.
   * @see #unsetFeatureName()
   * @see #getFeatureName()
   * @see #setFeatureName(String)
   * @generated
   */
boolean isSetFeatureName();
/**
   * Returns the value of the '<em><b>Data Value</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return the value of the '<em>Data Value</em>' attribute.
   * @see #setDataValue(String)
   * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureChange_DataValue()
   * @model volatile="true"
   * @generated
   */
/**
   * Returns the value of the '<em><b>Data Value</b></em>' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return the value of the '<em>Data Value</em>' attribute.
   * @see #setDataValue(String)
   * @see org.eclipse.emf.ecore.change.ChangePackage#getFeatureMapEntry_DataValue()
   * @model volatile="true"
   * @generated
   */
String getDataValue();
/**
   * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureChange#getDataValue <em>Data Value</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Data Value</em>' attribute.
   * @see #getDataValue()
   * @generated
   */
/**
   * Sets the value of the '{@link org.eclipse.emf.ecore.change.FeatureMapEntry#getDataValue <em>Data Value</em>}' attribute.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param value the new value of the '<em>Data Value</em>' attribute.
   * @see #getDataValue()
   * @generated
   */
void setDataValue(String value);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None