org.processmining.mining.geneticmining.fitness.duplicates
Class DTContinuousSemanticsFitness

java.lang.Object
  extended by org.processmining.mining.geneticmining.fitness.duplicates.DTContinuousSemanticsFitness
All Implemented Interfaces:
Fitness

public class DTContinuousSemanticsFitness
extends java.lang.Object
implements Fitness

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Ana Karla A. de Medeiros.

Constructor Summary
DTContinuousSemanticsFitness(LogReader log)
           
 
Method Summary
 HeuristicsNet[] calculate(HeuristicsNet[] pop)
           
 double getNumEnabledConstant()
           
 double getNumProperlyCompletedConstant()
           
 void setNumEnabledConstant(double newValue)
           
 void setNumProperlyCompletedConstant(double newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTContinuousSemanticsFitness

public DTContinuousSemanticsFitness(LogReader log)
Method Detail

calculate

public HeuristicsNet[] calculate(HeuristicsNet[] pop)
Specified by:
calculate in interface Fitness

getNumProperlyCompletedConstant

public double getNumProperlyCompletedConstant()

getNumEnabledConstant

public double getNumEnabledConstant()

setNumProperlyCompletedConstant

public void setNumProperlyCompletedConstant(double newValue)

setNumEnabledConstant

public void setNumEnabledConstant(double newValue)