Package org.eclipse.epsilon.eugenia
Class GmfFileSet
- java.lang.Object
-
- org.eclipse.epsilon.eugenia.GmfFileSet
-
public class GmfFileSet extends Object
-
-
Constructor Summary
Constructors Constructor Description GmfFileSet(String onePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEcorePath()
String
getEmfaticPath()
String
getGenModelPath()
String
getGmfGenPath()
String
getGmfGraphPath()
String
getGmfMapPath()
String
getGmfToolPath()
-
-
-
Field Detail
-
basePath
protected String basePath
-
-
Constructor Detail
-
GmfFileSet
public GmfFileSet(String onePath)
-
-
Method Detail
-
getEcorePath
public String getEcorePath()
-
getEmfaticPath
public String getEmfaticPath()
-
getGenModelPath
public String getGenModelPath()
-
getGmfToolPath
public String getGmfToolPath()
-
getGmfMapPath
public String getGmfMapPath()
-
getGmfGenPath
public String getGmfGenPath()
-
getGmfGraphPath
public String getGmfGraphPath()
-
-