|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.pdp.maf.rpp.service.MAFSourceService
public class MAFSourceService
This class defines convenient methods to access source code structure.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |