Class GXL


  • public class GXL
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  GXL.EntityTypes<T>  
    • Constructor Summary

      Constructors 
      Constructor Description
      GXL()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.lang.String toGXL​(Graph<T> G, GXL.EntityTypes<T> types, java.lang.String graphId, java.util.function.Function<T,​java.lang.String> nodeIds, java.util.function.Function<T,​java.util.Map<java.lang.String,​java.lang.String>> nodeProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GXL

        public GXL()
    • Method Detail

      • toGXL

        public static <T> java.lang.String toGXL​(Graph<T> G,
                                                 GXL.EntityTypes<T> types,
                                                 java.lang.String graphId,
                                                 java.util.function.Function<T,​java.lang.String> nodeIds,
                                                 java.util.function.Function<T,​java.util.Map<java.lang.String,​java.lang.String>> nodeProperties)