org.processmining.framework.models.logabstraction
Class FitnessResult

java.lang.Object
  extended by org.processmining.framework.models.logabstraction.FitnessResult

public class FitnessResult
extends java.lang.Object


Field Summary
 boolean doesFit
           
 double fitness
           
 
Constructor Summary
FitnessResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fitness

public double fitness

doesFit

public boolean doesFit
Constructor Detail

FitnessResult

public FitnessResult()