CloneSet167


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
111120.952interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111112
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
211401
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
311595
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
411615
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
511735
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
611795
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
711815
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
811855
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
911955
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
10111101
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
11111144
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
112
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>Any URI</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createAnyURI(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Any URI</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertAnyURI(String instanceValue);


Next
Previous
Clone Instance
2
Line Count
11
Source Line
401
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>ENTITY</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createENTITY(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>ENTITY</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertENTITY(String instanceValue);


Next
Previous
Clone Instance
3
Line Count
11
Source Line
595
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>ID</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createID(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>ID</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertID(String instanceValue);


Next
Previous
Clone Instance
4
Line Count
11
Source Line
615
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>IDREF</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createIDREF(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>IDREF</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertIDREF(String instanceValue);


Next
Previous
Clone Instance
5
Line Count
11
Source Line
735
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>Language</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createLanguage(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Language</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertLanguage(String instanceValue);


Next
Previous
Clone Instance
6
Line Count
11
Source Line
795
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>Name</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createName(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Name</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertName(String instanceValue);


Next
Previous
Clone Instance
7
Line Count
11
Source Line
815
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>NC Name</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createNCName(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>NC Name</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertNCName(String instanceValue);


Next
Previous
Clone Instance
8
Line Count
11
Source Line
855
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>NMTOKEN</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createNMTOKEN(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>NMTOKEN</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertNMTOKEN(String instanceValue);


Next
Previous
Clone Instance
9
Line Count
11
Source Line
955
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>Normalized String</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createNormalizedString(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Normalized String</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertNormalizedString(String instanceValue);


Next
Previous
Clone Instance
10
Line Count
11
Source Line
1101
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>String</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createString(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>String</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertString(String instanceValue);


First
Previous
Clone Instance
11
Line Count
11
Source Line
1144
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/XMLTypeFactory.java

/**
 * Returns an instance of data type '<em>Token</em>' corresponding the given literal.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param literal a literal of the data type.
 * @return a new instance value of the data type.
 * @generated
 */
String createToken(String literal);
/**
 * Returns a literal representation of an instance of data type '<em>Token</em>'.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param instanceValue an instance value of the data type.
 * @return a literal representation of the instance value.
 * @generated
 */
String convertToken(String instanceValue);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Returns an instance of data type '<em>Token</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>String</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>Normalized String</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>NMTOKEN</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>NC Name</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>Name</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>Language</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>IDREF</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>ID</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>ENTITY</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
/**
   * Returns an instance of data type '<em>Any URI</em>' corresponding the given literal.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param literal a literal of the data type.
   * @return a new instance value of the data type.
   * @generated
   */
String  [[#variable17173d20]](String literal);
/**
   * Returns a literal representation of an instance of data type '<em>Token</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>String</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>Normalized String</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>NMTOKEN</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>NC Name</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>Name</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>Language</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>IDREF</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>ID</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>ENTITY</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
/**
   * Returns a literal representation of an instance of data type '<em>Any URI</em>'.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param instanceValue an instance value of the data type.
   * @return a literal representation of the instance value.
   * @generated
   */
String  [[#variable1717fe80]](String instanceValue);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17173d20]]
createAnyURI 
12[[#17173d20]]
createENTITY 
13[[#17173d20]]
createID 
14[[#17173d20]]
createIDREF 
15[[#17173d20]]
createLanguage 
16[[#17173d20]]
createName 
17[[#17173d20]]
createNCName 
18[[#17173d20]]
createNMTOKEN 
19[[#17173d20]]
createNormalizedString 
110[[#17173d20]]
createString 
111[[#17173d20]]
createToken 
21[[#1717fe80]]
convertAnyURI 
22[[#1717fe80]]
convertENTITY 
23[[#1717fe80]]
convertID 
24[[#1717fe80]]
convertIDREF 
25[[#1717fe80]]
convertLanguage 
26[[#1717fe80]]
convertName 
27[[#1717fe80]]
convertNCName 
28[[#1717fe80]]
convertNMTOKEN 
29[[#1717fe80]]
convertNormalizedString 
210[[#1717fe80]]
convertString 
211[[#1717fe80]]
convertToken