Class ConvertToTypedGraph


  • public class ConvertToTypedGraph
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IDS_EXTENSION
      The standard extension for file of ids.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​it.unimi.dsi.stat.SummaryStats> convert​(ImmutableGraph graph, ImmutableGraph typeGraph, it.unimi.dsi.fastutil.longs.LongBigList nodeTypes, java.lang.String basename, it.unimi.dsi.logging.ProgressLogger pl)  
      static void main​(java.lang.String[] args)  
      static boolean verify​(ImmutableGraph graph, ImmutableGraph typeGraph, it.unimi.dsi.fastutil.longs.LongBigList nodeTypes, long[][] id, BVImmutableTypedGraph typedGraph, it.unimi.dsi.logging.ProgressLogger pl)  
      • Methods inherited from class java.lang.Object

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

      • IDS_EXTENSION

        public static final java.lang.String IDS_EXTENSION
        The standard extension for file of ids.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConvertToTypedGraph

        public ConvertToTypedGraph()
    • Method Detail

      • convert

        public static java.util.Map<java.lang.String,​it.unimi.dsi.stat.SummaryStats> convert​(ImmutableGraph graph,
                                                                                                   ImmutableGraph typeGraph,
                                                                                                   it.unimi.dsi.fastutil.longs.LongBigList nodeTypes,
                                                                                                   java.lang.String basename,
                                                                                                   it.unimi.dsi.logging.ProgressLogger pl)
                                                                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • verify

        public static boolean verify​(ImmutableGraph graph,
                                     ImmutableGraph typeGraph,
                                     it.unimi.dsi.fastutil.longs.LongBigList nodeTypes,
                                     long[][] id,
                                     BVImmutableTypedGraph typedGraph,
                                     it.unimi.dsi.logging.ProgressLogger pl)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws com.martiansoftware.jsap.JSAPException,
                                java.lang.ClassNotFoundException,
                                java.io.IOException,
                                org.apache.commons.configuration2.ex.ConfigurationException
        Throws:
        com.martiansoftware.jsap.JSAPException
        java.lang.ClassNotFoundException
        java.io.IOException
        org.apache.commons.configuration2.ex.ConfigurationException