public interface Generator
| Modifier and Type | Method and Description |
|---|---|
String |
generate(org.eclipse.emf.ecore.EObject object)
Generate another representation of the given
EObject as a string. |
String generate(org.eclipse.emf.ecore.EObject object)
EObject as a string.object - The EObject which shall serve as a template for the generated string.object.Copyright © 2018. All rights reserved.