pipe.modules.predatorInvariantAnalysis
Class PredatorInvariantAnalysis

java.lang.Object
  extended bypipe.modules.predatorInvariantAnalysis.PredatorInvariantAnalysis
All Implemented Interfaces:
Module

public class PredatorInvariantAnalysis
extends java.lang.Object
implements Module


Field Summary
private static java.lang.String MODULE_NAME
           
 
Constructor Summary
PredatorInvariantAnalysis()
           
 
Method Summary
 java.lang.String getName()
           
 void run(DataLayer dataObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE_NAME

private static final java.lang.String MODULE_NAME
See Also:
Constant Field Values
Constructor Detail

PredatorInvariantAnalysis

public PredatorInvariantAnalysis()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Module
Returns:
The module name

run

public void run(DataLayer dataObj)
Specified by:
run in interface Module