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.FilegetBankAccountsModelFile()static org.eclipse.emf.common.util.URIgetBankAccountsModelUri()static java.io.FilegetMetaModelFile()static org.eclipse.emf.common.util.URIgetMetaModelUri()static java.io.FilegetProjectDirectory()static org.eclipse.emf.common.util.URIgetProjectDirectoryUri()
-
-
-
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
-
-