public class TransformationResultsData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
res
The res.
|
org.eclipse.core.resources.IFile |
umlFile
The uml file.
|
Constructor and Description |
---|
TransformationResultsData(java.lang.String res,
org.eclipse.core.resources.IFile umlFile)
Instantiates a new transformation results data.
|