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 StringgetAssemblyPath()StringgetCleanupOutpath()StringgetContextModelPath()StringgetDeriverOutPath()StringgetReducerOutPath()StringgetRepositoryModelPath()StringgetUsageModelPath()
-
-
-
Method Detail
-
getUsageModelPath
String getUsageModelPath()
-
getRepositoryModelPath
String getRepositoryModelPath()
-
getAssemblyPath
String getAssemblyPath()
-
getContextModelPath
String getContextModelPath()
-
getDeriverOutPath
String getDeriverOutPath()
-
getReducerOutPath
String getReducerOutPath()
-
getCleanupOutpath
String getCleanupOutpath()
-
-