public class GXL extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
GXL.EntityTypes<T> |
Constructor and Description |
---|
GXL() |
Modifier and Type | Method and Description |
---|---|
static <T> String |
toGXL(Graph<T> G,
GXL.EntityTypes<T> types,
String graphId,
Function<T,String> nodeIds,
Function<T,Map<String,String>> nodeProperties) |