drasys.or.graph
Class Operations

java.lang.Object
  |
  +--drasys.or.graph.Operations

public class Operations
extends java.lang.Object

A class that contains the static graph operations.

References:

Graphs : Theory and Algorithms
    K. Thulasiraman, M.N.S. Swamy / Paperback / Published 1992

See Also:
DenseGraph, SparseGraph

Constructor Summary
Operations()
           
 
Method Summary
static GraphI intersection(GraphI graph1, GraphI graph2)
           
static GraphI ringSum(GraphI graph1, GraphI graph2)
           
static GraphI union(GraphI graph1, GraphI graph2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operations

public Operations()
Method Detail

union

public static GraphI union(GraphI graph1,
                           GraphI graph2)

intersection

public static GraphI intersection(GraphI graph1,
                                  GraphI graph2)

ringSum

public static GraphI ringSum(GraphI graph1,
                             GraphI graph2)


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com