public class MAFSourceService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
boolean |
checkDesynchronizationWithDesigns(java.lang.String sourceFileName)
Returns true if the source file name is not synchronized with it models.
|
com.ibm.pdp.framework.interfaces.IGenResult |
generate(java.lang.String designId,
java.lang.String patternId,
org.eclipse.core.runtime.IProgressMonitor monitor)
Generates the following designId according to the patternId.
|
IEditTree |
getEditTree(java.lang.String sourceFileName)
Returns the edit tree of the source file name.
|
static MAFSourceService |
getInstance()
Returns the singleton instance.
|
public static final java.lang.String copyright
public boolean checkDesynchronizationWithDesigns(java.lang.String sourceFileName)
sourceFileName
- The eclipse path to the source file name.
example : "/Project/rpp/Source.cbl"public com.ibm.pdp.framework.interfaces.IGenResult generate(java.lang.String designId, java.lang.String patternId, org.eclipse.core.runtime.IProgressMonitor monitor)
designId
- - The Radical Element designIdpatternId
- - The pattern identifiermonitor
- - The monitor.public IEditTree getEditTree(java.lang.String sourceFileName)
sourceFileName
- The eclipse path to the source file name.
example : "/Project/rpp/Source.cbl"public static MAFSourceService getInstance()