Package preferences
Class ModelAbstraction
- java.lang.Object
-
- preferences.ModelAbstraction
-
- All Implemented Interfaces:
IModelAbstraction
public class ModelAbstraction extends Object implements IModelAbstraction
Abstracts paths to the different models Needed to enable different handling in tests
-
-
Constructor Summary
Constructors Constructor Description ModelAbstraction(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssemblyPath()
String
getCleanupOutpath()
String
getContextModelPath()
String
getDeriverOutPath()
String
getReducerOutPath()
String
getRepositoryModelPath()
String
getUsageModelPath()
-
-
-
Constructor Detail
-
ModelAbstraction
public ModelAbstraction(String path)
-
-
Method Detail
-
getUsageModelPath
public String getUsageModelPath()
- Specified by:
getUsageModelPath
in interfaceIModelAbstraction
-
getRepositoryModelPath
public String getRepositoryModelPath()
- Specified by:
getRepositoryModelPath
in interfaceIModelAbstraction
-
getAssemblyPath
public String getAssemblyPath()
- Specified by:
getAssemblyPath
in interfaceIModelAbstraction
-
getContextModelPath
public String getContextModelPath()
- Specified by:
getContextModelPath
in interfaceIModelAbstraction
-
getDeriverOutPath
public String getDeriverOutPath()
- Specified by:
getDeriverOutPath
in interfaceIModelAbstraction
-
getReducerOutPath
public String getReducerOutPath()
- Specified by:
getReducerOutPath
in interfaceIModelAbstraction
-
getCleanupOutpath
public String getCleanupOutpath()
- Specified by:
getCleanupOutpath
in interfaceIModelAbstraction
-
-