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

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

public class DTStopSemanticsFitness
extends java.lang.Object
implements Fitness

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Ana Karla A. de Medeiros

Constructor Summary
DTStopSemanticsFitness(LogReader log)
           
 
Method Summary
 HeuristicsNet[] calculate(HeuristicsNet[] pop)
           
 double getNumCompletedConstant()
           
 double getNumParsedConstant()
           
 double getNumProperlyCompletedConstant()
           
 void setNumCompletedConstant(double newValue)
           
 void setNumParsedConstant(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

DTStopSemanticsFitness

public DTStopSemanticsFitness(LogReader log)
Method Detail

calculate

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

getNumParsedConstant

public double getNumParsedConstant()

getNumCompletedConstant

public double getNumCompletedConstant()

getNumProperlyCompletedConstant

public double getNumProperlyCompletedConstant()

setNumParsedConstant

public void setNumParsedConstant(double newValue)

setNumCompletedConstant

public void setNumCompletedConstant(double newValue)

setNumProperlyCompletedConstant

public void setNumProperlyCompletedConstant(double newValue)