org.encog.ca.program.generic
Class Trans

java.lang.Object
  extended by org.encog.ca.program.generic.Trans
All Implemented Interfaces:
Serializable, Comparable<Trans>

public class Trans
extends Object
implements Comparable<Trans>, Serializable

See Also:
Serialized Form

Constructor Summary
Trans(UniverseCellFactory theFactory, int index, double[] d)
           
 
Method Summary
 UniverseCell calculate(UniverseCell x)
           
 int compareTo(Trans o)
           
 UniverseCell getAdd1()
           
 UniverseCell getAdd2()
           
 double getLimit()
           
 UniverseCell getMult()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Trans

public Trans(UniverseCellFactory theFactory,
             int index,
             double[] d)
Method Detail

compareTo

public int compareTo(Trans o)
Specified by:
compareTo in interface Comparable<Trans>

getLimit

public double getLimit()

getAdd1

public UniverseCell getAdd1()

getMult

public UniverseCell getMult()

getAdd2

public UniverseCell getAdd2()

calculate

public UniverseCell calculate(UniverseCell x)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.