net.sourceforge.cilib.bioinf.rnaprediction
Class MethewsFitness

java.lang.Object
  extended by net.sourceforge.cilib.measurement.single.Fitness
      extended by net.sourceforge.cilib.bioinf.rnaprediction.RNAFitness
          extended by net.sourceforge.cilib.bioinf.rnaprediction.MethewsFitness
All Implemented Interfaces:
Serializable, Measurement, Cloneable

public class MethewsFitness
extends RNAFitness

Author:
mneethling
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.cilib.bioinf.rnaprediction.RNAFitness
nucleotides
 
Constructor Summary
MethewsFitness()
           
MethewsFitness(MethewsFitness copy)
           
 
Method Summary
 MethewsFitness getClone()
          Create a cloned copy of the current object and return it.
 Double getRNAFitness(RNAConformation stems)
           
 
Methods inherited from class net.sourceforge.cilib.measurement.single.Fitness
getDomain, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethewsFitness

public MethewsFitness()

MethewsFitness

public MethewsFitness(MethewsFitness copy)
Method Detail

getClone

public MethewsFitness getClone()
Description copied from class: Fitness
Create a cloned copy of the current object and return it. In general the created copy will be a deep copy of the provided instance. As a result this operation an be quite expensive if used incorrectly.

Specified by:
getClone in interface Measurement
Specified by:
getClone in interface Cloneable
Specified by:
getClone in class RNAFitness
Returns:
An exact clone of the current object instance.
See Also:
Object.clone()

getRNAFitness

public Double getRNAFitness(RNAConformation stems)
Specified by:
getRNAFitness in class RNAFitness


Copyright © 2009 CIRG. All Rights Reserved.