fcmodeler.jsomap
Class WGMath

java.lang.Object
  |
  +--fcmodeler.jsomap.WGMath

public final class WGMath
extends java.lang.Object

Version:
 
Author:
default

Method Summary
static WeightedGraph add(WeightedGraph g1, double a)
           
static WeightedGraph add(WeightedGraph g1, WeightedGraph g2)
           
static WeightedGraph addTo(WeightedGraph g1, double a)
           
static WeightedGraph addTo(WeightedGraph g1, WeightedGraph g2)
           
static double distance(WeightedGraph g1, WeightedGraph g2)
           
static WeightedGraph divide(WeightedGraph g1, double a)
           
static WeightedGraph divide(WeightedGraph g1, WeightedGraph g2)
           
static WeightedGraph divideBy(WeightedGraph g1, double a)
           
static WeightedGraph divideBy(WeightedGraph g1, WeightedGraph g2)
           
static WeightedGraph median(java.util.Set graphs)
           
static WeightedGraph multiply(WeightedGraph g1, double a)
           
static WeightedGraph multiply(WeightedGraph g1, WeightedGraph g2)
           
static WeightedGraph multiplyBy(WeightedGraph g1, double a)
           
static WeightedGraph multiplyBy(WeightedGraph g1, WeightedGraph g2)
           
static WeightedGraph subtract(WeightedGraph g1, double a)
           
static WeightedGraph subtract(WeightedGraph g1, WeightedGraph g2)
           
static WeightedGraph subtractFrom(WeightedGraph g1, double a)
           
static WeightedGraph subtractFrom(WeightedGraph g1, WeightedGraph g2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static WeightedGraph add(WeightedGraph g1,
                                double a)

add

public static WeightedGraph add(WeightedGraph g1,
                                WeightedGraph g2)

addTo

public static WeightedGraph addTo(WeightedGraph g1,
                                  double a)

addTo

public static WeightedGraph addTo(WeightedGraph g1,
                                  WeightedGraph g2)

distance

public static double distance(WeightedGraph g1,
                              WeightedGraph g2)

divide

public static WeightedGraph divide(WeightedGraph g1,
                                   double a)

divide

public static WeightedGraph divide(WeightedGraph g1,
                                   WeightedGraph g2)

divideBy

public static WeightedGraph divideBy(WeightedGraph g1,
                                     double a)

divideBy

public static WeightedGraph divideBy(WeightedGraph g1,
                                     WeightedGraph g2)

median

public static WeightedGraph median(java.util.Set graphs)

multiply

public static WeightedGraph multiply(WeightedGraph g1,
                                     double a)

multiply

public static WeightedGraph multiply(WeightedGraph g1,
                                     WeightedGraph g2)

multiplyBy

public static WeightedGraph multiplyBy(WeightedGraph g1,
                                       double a)

multiplyBy

public static WeightedGraph multiplyBy(WeightedGraph g1,
                                       WeightedGraph g2)

subtract

public static WeightedGraph subtract(WeightedGraph g1,
                                     double a)

subtract

public static WeightedGraph subtract(WeightedGraph g1,
                                     WeightedGraph g2)

subtractFrom

public static WeightedGraph subtractFrom(WeightedGraph g1,
                                         double a)

subtractFrom

public static WeightedGraph subtractFrom(WeightedGraph g1,
                                         WeightedGraph g2)