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