choco.kernel.model.constraints.automaton.penalty
Class IsoPenaltyFunction

java.lang.Object
  extended by choco.kernel.model.constraints.automaton.penalty.AbstractPenaltyFunction
      extended by choco.kernel.model.constraints.automaton.penalty.IsoPenaltyFunction
All Implemented Interfaces:
IPenaltyFunction

public class IsoPenaltyFunction
extends AbstractPenaltyFunction

Created by IntelliJ IDEA. User: julien Date: Apr 27, 2010 Time: 11:31:07 AM


Constructor Summary
IsoPenaltyFunction()
           
IsoPenaltyFunction(int factor)
           
 
Method Summary
 int getFactor()
           
 int penalty(int value)
           
 
Methods inherited from class choco.kernel.model.constraints.automaton.penalty.AbstractPenaltyFunction
maxGHat, minGHat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsoPenaltyFunction

public IsoPenaltyFunction()

IsoPenaltyFunction

public IsoPenaltyFunction(int factor)
Method Detail

penalty

public final int penalty(int value)
Specified by:
penalty in interface IPenaltyFunction
Specified by:
penalty in class AbstractPenaltyFunction

getFactor

public final int getFactor()


Copyright © 2012. All Rights Reserved.