Class DataFactor

java.lang.Object
net.lifove.clami.factor.DataFactor
Direct Known Subclasses:
DataFactorGIR, DataFactorGMR

public class DataFactor
extends java.lang.Object
This class is super class for data factors
  • Constructor Summary

    Constructors 
    Constructor Description
    DataFactor()  
    DataFactor​(java.lang.String factorName, double value)  
  • Method Summary

    Modifier and Type Method Description
    DataFactor computeValue()
    Compute data factor value
    double getValue()
    Return factor value

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataFactor

      public DataFactor()
    • DataFactor

      public DataFactor​(java.lang.String factorName, double value)
  • Method Details