Class BuildUndirectedGraph

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.api.java.function.VoidFunction<scala.Tuple2<java.lang.String,​java.lang.String>>

    public class BuildUndirectedGraph
    extends java.lang.Object
    implements org.apache.spark.api.java.function.VoidFunction<scala.Tuple2<java.lang.String,​java.lang.String>>
    Created by ap3 on 09/05/2016.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildUndirectedGraph​(org.jgrapht.Graph graph)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(scala.Tuple2<java.lang.String,​java.lang.String> t)  
      • Methods inherited from class java.lang.Object

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

      • BuildUndirectedGraph

        public BuildUndirectedGraph​(org.jgrapht.Graph graph)
    • Method Detail

      • call

        public void call​(scala.Tuple2<java.lang.String,​java.lang.String> t)
                  throws java.lang.Exception
        Specified by:
        call in interface org.apache.spark.api.java.function.VoidFunction<scala.Tuple2<java.lang.String,​java.lang.String>>
        Throws:
        java.lang.Exception