* <!-- end-user-doc -->
* @generated
*/
public static TelehashFactory init() {
try {
TelehashFactory theTelehashFactory = (TelehashFactory) EPackage.Registry.INSTANCE
.getEFactory("http://telehash.org/ecore/2010");
if (theTelehashFactory != null) {
return theTelehashFactory;
}
} catch (Exception exception) {