public class ASME2SSME
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASME2SSME_Version |
Constructor and Description |
---|
ASME2SSME()
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
Resource_Handler(org.eclipse.emf.ecore.resource.Resource resource,
org.eclipse.core.runtime.IPath fileLocation)
handler resource, start the transformation
|
void |
startTransformation(org.eclipse.core.resources.IFile aadlFile)
(non-Javadoc)
|
void |
Trace(java.lang.String str)
Prints the string str in the console
|
void |
WriteFile(java.io.File aFile,
java.lang.String aContents)
Writes an out file (aFile)
|
public static final java.lang.String ASME2SSME_Version
public void Trace(java.lang.String str)
str
- a string to be printed outpublic void WriteFile(java.io.File aFile, java.lang.String aContents) throws java.io.FileNotFoundException, java.io.IOException
aFile
- aContents
- java.io.FileNotFoundException
java.io.IOException
public void startTransformation(org.eclipse.core.resources.IFile aadlFile) throws java.io.IOException
java.io.IOException
AbstractUIPlugin.start(org.osgi.framework.BundleContext)
public void Resource_Handler(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.core.runtime.IPath fileLocation)
resource
- fileLocation
-