Class Families
- java.lang.Object
-
- org.eclipse.epsilon.hutn.test.models.Families
-
public abstract class Families extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
getBankAccountsModelFile()
static org.eclipse.emf.common.util.URI
getBankAccountsModelUri()
static File
getMetaModelFile()
static org.eclipse.emf.common.util.URI
getMetaModelUri()
static File
getProjectDirectory()
static org.eclipse.emf.common.util.URI
getProjectDirectoryUri()
-
-
-
Method Detail
-
getMetaModelFile
public static File getMetaModelFile() throws IOException
- Throws:
IOException
-
getMetaModelUri
public static org.eclipse.emf.common.util.URI getMetaModelUri() throws IOException
- Throws:
IOException
-
getBankAccountsModelFile
public static File getBankAccountsModelFile() throws IOException
- Throws:
IOException
-
getBankAccountsModelUri
public static org.eclipse.emf.common.util.URI getBankAccountsModelUri() throws IOException
- Throws:
IOException
-
getProjectDirectory
public static File getProjectDirectory() throws IOException
- Throws:
IOException
-
getProjectDirectoryUri
public static org.eclipse.emf.common.util.URI getProjectDirectoryUri() throws IOException
- Throws:
IOException
-
-