edu.buffalo.nsf.xmlcqa.graph
Class FloodCQA

java.lang.Object
  extended byedu.buffalo.nsf.xmlcqa.graph.CQA
      extended byedu.buffalo.nsf.xmlcqa.graph.FloodCQA
All Implemented Interfaces:
Constants

public class FloodCQA
extends CQA

Author:
staworko

Nested Class Summary
 
Nested classes inherited from class edu.buffalo.nsf.xmlcqa.graph.CQA
CQA.Result
 
Field Summary
 
Fields inherited from class edu.buffalo.nsf.xmlcqa.graph.CQA
mgr, threshold
 
Fields inherited from interface edu.buffalo.nsf.xmlcqa.Constants
INF
 
Constructor Summary
FloodCQA(OperationManager mgr)
           
FloodCQA(OperationManager mgr, int threshold)
           
 
Method Summary
protected  Vertex[] semiForce(Vertex[] next, Vertex[] mem)
           
 
Methods inherited from class edu.buffalo.nsf.xmlcqa.graph.CQA
add, clearState, closure, compute, compute, computeEpsilon, consume, evaluate, multiply, scalarMultiplyCol, scalarMultiplyRep, snapshot, startState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloodCQA

public FloodCQA(OperationManager mgr)

FloodCQA

public FloodCQA(OperationManager mgr,
                int threshold)
Method Detail

semiForce

protected Vertex[] semiForce(Vertex[] next,
                             Vertex[] mem)
Overrides:
semiForce in class CQA