aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.alloyexamples/src/hu/bme/mit/inf/dslreasoner/domains/alloyexamples/Filesystem/impl/FilesystemFactoryImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'Domains/hu.bme.mit.inf.dslreasoner.domains.alloyexamples/src/hu/bme/mit/inf/dslreasoner/domains/alloyexamples/Filesystem/impl/FilesystemFactoryImpl.java')
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.alloyexamples/src/hu/bme/mit/inf/dslreasoner/domains/alloyexamples/Filesystem/impl/FilesystemFactoryImpl.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.alloyexamples/src/hu/bme/mit/inf/dslreasoner/domains/alloyexamples/Filesystem/impl/FilesystemFactoryImpl.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.alloyexamples/src/hu/bme/mit/inf/dslreasoner/domains/alloyexamples/Filesystem/impl/FilesystemFactoryImpl.java
index b4b09e15..e40b0bd1 100644
--- a/Domains/hu.bme.mit.inf.dslreasoner.domains.alloyexamples/src/hu/bme/mit/inf/dslreasoner/domains/alloyexamples/Filesystem/impl/FilesystemFactoryImpl.java
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.alloyexamples/src/hu/bme/mit/inf/dslreasoner/domains/alloyexamples/Filesystem/impl/FilesystemFactoryImpl.java
@@ -70,7 +70,6 @@ public class FilesystemFactoryImpl extends EFactoryImpl implements FilesystemFac
70 * <!-- end-user-doc --> 70 * <!-- end-user-doc -->
71 * @generated 71 * @generated
72 */ 72 */
73 @Override
74 public FileSystem createFileSystem() { 73 public FileSystem createFileSystem() {
75 FileSystemImpl fileSystem = new FileSystemImpl(); 74 FileSystemImpl fileSystem = new FileSystemImpl();
76 return fileSystem; 75 return fileSystem;
@@ -81,7 +80,6 @@ public class FilesystemFactoryImpl extends EFactoryImpl implements FilesystemFac
81 * <!-- end-user-doc --> 80 * <!-- end-user-doc -->
82 * @generated 81 * @generated
83 */ 82 */
84 @Override
85 public Dir createDir() { 83 public Dir createDir() {
86 DirImpl dir = new DirImpl(); 84 DirImpl dir = new DirImpl();
87 return dir; 85 return dir;
@@ -92,7 +90,6 @@ public class FilesystemFactoryImpl extends EFactoryImpl implements FilesystemFac
92 * <!-- end-user-doc --> 90 * <!-- end-user-doc -->
93 * @generated 91 * @generated
94 */ 92 */
95 @Override
96 public File createFile() { 93 public File createFile() {
97 FileImpl file = new FileImpl(); 94 FileImpl file = new FileImpl();
98 return file; 95 return file;
@@ -103,7 +100,6 @@ public class FilesystemFactoryImpl extends EFactoryImpl implements FilesystemFac
103 * <!-- end-user-doc --> 100 * <!-- end-user-doc -->
104 * @generated 101 * @generated
105 */ 102 */
106 @Override
107 public Model createModel() { 103 public Model createModel() {
108 ModelImpl model = new ModelImpl(); 104 ModelImpl model = new ModelImpl();
109 return model; 105 return model;
@@ -114,7 +110,6 @@ public class FilesystemFactoryImpl extends EFactoryImpl implements FilesystemFac
114 * <!-- end-user-doc --> 110 * <!-- end-user-doc -->
115 * @generated 111 * @generated
116 */ 112 */
117 @Override
118 public FilesystemPackage getFilesystemPackage() { 113 public FilesystemPackage getFilesystemPackage() {
119 return (FilesystemPackage)getEPackage(); 114 return (FilesystemPackage)getEPackage();
120 } 115 }