Package model
Interface IModelAbstraction
-
- All Known Implementing Classes:
ModelAbstraction
public interface IModelAbstraction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAssemblyPath()
String
getCleanupOutpath()
String
getContextModelPath()
String
getDeriverOutPath()
String
getReducerOutPath()
String
getRepositoryModelPath()
String
getUsageModelPath()
-
-
-
Method Detail
-
getUsageModelPath
String getUsageModelPath()
-
getRepositoryModelPath
String getRepositoryModelPath()
-
getAssemblyPath
String getAssemblyPath()
-
getContextModelPath
String getContextModelPath()
-
getDeriverOutPath
String getDeriverOutPath()
-
getReducerOutPath
String getReducerOutPath()
-
getCleanupOutpath
String getCleanupOutpath()
-
-