choco.kernel.model.constraints.automaton.FA.utils
Interface ICounter

All Known Implementing Classes:
Counter, CounterState

public interface ICounter

Created by IntelliJ IDEA. User: julien Date: Nov 23, 2010 Time: 11:09:07 AM


Method Summary
 Bounds bounds()
           
 double cost(int layer, int value)
           
 double cost(int layer, int value, int state)
           
 

Method Detail

bounds

Bounds bounds()

cost

double cost(int layer,
            int value)

cost

double cost(int layer,
            int value,
            int state)


Copyright © 2012. All Rights Reserved.