Class MetaInformation

java.lang.Object
apoc.export.util.MetaInformation

public class MetaInformation extends Object
Since:
19.01.14
  • Field Details

    • GRAPHML_ALLOWED

      public static final Set<String> GRAPHML_ALLOWED
  • Constructor Details

    • MetaInformation

      public MetaInformation()
  • Method Details

    • collectPropTypesForNodes

      public static Map<String,Class> collectPropTypesForNodes(SubGraph graph, org.neo4j.graphdb.GraphDatabaseService db, ExportConfig config)
    • collectPropTypesForRelationships

      public static Map<String,Class> collectPropTypesForRelationships(SubGraph graph, org.neo4j.graphdb.GraphDatabaseService db, ExportConfig config)
    • updateKeyTypes

      public static void updateKeyTypes(Map<String,Class> keyTypes, org.neo4j.graphdb.Entity pc)
    • typeFor

      public static String typeFor(Class value, Set<String> allowed)
    • getLabelsString

      public static String getLabelsString(org.neo4j.graphdb.Node node)
    • getLabelsStringGephi

      public static String getLabelsStringGephi(ExportConfig config, org.neo4j.graphdb.Node node)