Class IEspece

java.lang.Object
fr.formiko.formiko.IEspece
All Implemented Interfaces:
Serializable

public class IEspece extends Object implements Serializable
Save the pop probability of an Insecte.
The pop probability depend of the Case were the Insecte will pop.
Author:
Hydrolien
See Also:
  • Field Details

    • id

      protected final int id
    • cptid

      protected static int cptid
    • ct

      private int[] ct
  • Constructor Details

    • IEspece

      public IEspece(int[] ct)
  • Method Details

    • getCt

      public int getCt(int i)
    • getCt

      public int[] getCt()
    • getId

      public int getId()
    • ini

      public static void ini()
    • toString

      public String toString()
      Overrides:
      toString in class Object