endrov.windowPlateAnalysis
Class ParticleMeasureWellFlowExec

java.lang.Object
  extended by endrov.windowPlateAnalysis.ParticleMeasureWellFlowExec

public class ParticleMeasureWellFlowExec
extends java.lang.Object

Calculating parameters for a well using a flow


Constructor Summary
ParticleMeasureWellFlowExec()
           
 
Method Summary
static ParticleMeasure execFlowOnWell(EvPath pathToWell, EvPath pathToFlow)
          Execute a flow on this well
static void mergeWellPM(ParticleMeasure totalPM, ParticleMeasure wellPM, EvPath pathToWell)
          Put a PM from evaluating a well into a total PM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleMeasureWellFlowExec

public ParticleMeasureWellFlowExec()
Method Detail

mergeWellPM

public static void mergeWellPM(ParticleMeasure totalPM,
                               ParticleMeasure wellPM,
                               EvPath pathToWell)
Put a PM from evaluating a well into a total PM


execFlowOnWell

public static ParticleMeasure execFlowOnWell(EvPath pathToWell,
                                             EvPath pathToFlow)
                                      throws java.lang.Exception
Execute a flow on this well

Throws:
java.lang.Exception