Class Potentiels

java.lang.Object
org.bilat.discoveryMat.moo.data.jpa.myster.Potentiels
All Implemented Interfaces:
Serializable

public class Potentiels extends Object implements Serializable
Hyp: deltaT constant Hyp: longuer potentiel constant
See Also:
  • Field Details

  • Constructor Details

    • Potentiels

      public Potentiels(Solution_E solutionType, float[] tabPotentiel, Caracteristiques caracteristique)
    • Potentiels

      public Potentiels()
      JPA
    • Potentiels

      public Potentiels(Potentiels p)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • cloneOf

      public Potentiels cloneOf()
    • isEgale

      public boolean isEgale(Potentiels p2)
    • size

      public int size()
    • setTabPotentiel

      public void setTabPotentiel(float[] tabPotentiel)
      JPA
    • setSolutionType

      public void setSolutionType(Solution_E revelateurType)
      JPA
    • setCaracteristique

      public void setCaracteristique(Caracteristiques caracteristique)
      JPA
    • getSolutionType

      public Solution_E getSolutionType()
    • getTabPotentiel

      public float[] getTabPotentiel()
    • getCaracteristique

      public Caracteristiques getCaracteristique()