statalign.model.ext.plugins.structalign
Class LinearLink

java.lang.Object
  extended by statalign.model.ext.plugins.structalign.LinearLink
All Implemented Interfaces:
LinkFunction<java.lang.Double>

public class LinearLink
extends java.lang.Object
implements LinkFunction<java.lang.Double>


Constructor Summary
LinearLink()
           
 
Method Summary
 java.lang.Double f(java.lang.Double t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearLink

public LinearLink()
Method Detail

f

public java.lang.Double f(java.lang.Double t)
Specified by:
f in interface LinkFunction<java.lang.Double>