Interface ICostAutomaton

  • All Superinterfaces:
    Cloneable, IAutomaton
    All Known Implementing Classes:
    CostAutomaton

    public interface ICostAutomaton
    extends IAutomaton
    Created by IntelliJ IDEA. User: julien Date: Nov 19, 2010 Time: 3:25:16 PM
    • Method Detail

      • getCost

        double getCost​(int i,
                       int j)
      • getCostByState

        double getCostByState​(int layer,
                              int counter,
                              int state)
      • getCostByResource

        double getCostByResource​(int layer,
                                 int value,
                                 int counter)
      • getNbResources

        int getNbResources()
      • getCostByResourceAndState

        double getCostByResourceAndState​(int layer,
                                         int value,
                                         int counter,
                                         int state)