public class GexfConverter
extends java.lang.Object
As the GEXF format is pretty simple, the transformation is done programmatically
Constructor and Description |
---|
GexfConverter() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
convert(org.eclipse.emf.ecore.EPackage ePackage)
Converts a metamodel (as
EPackage element) into a String which compliant to the GEXF format. |