fonction
Class UsineAFonction
java.lang.Object
fonction.UsineAFonction
public class UsineAFonction
- extends Object
Classe permettant d'assigner diverses formes fonctionnelles à deux inconnues à la methode "fonction", à partir du patron ChoixDeFonction.
- Since:
- Projet Trois Corps 2006
- Version:
- 05/12/2005
- Author:
- Benoit CARRY
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsineAFonction
public UsineAFonction()
creerFonc
public static ChoixDeFonction creerFonc(String typeEquation)
- Méthode d'assignation de fonction
- Parameters:
typeEquation
- Paramètre de choix de la forme fonctionnelle, prend la valeur "FoncLagrange[i]" ou [i] prend les valeurs 1, 2 ou 3 suivant le point de Lagrange (1, 2 ou 3) voulu
- Returns:
- La fonction donnant le point fixe desiré
creerDer
public static ChoixDeFonction creerDer(String typeEquation)
- Méthode d'assignation de derivée de fonction
- Parameters:
typeEquation
- Paramètre de choix de la forme fonctionnelle de la derivée, prend la valeur "DerivLagrange[i]" ou [i] prend les valeurs 1, 2 ou 3 suivant le point de Lagrange (1, 2 ou 3) voulu
- Returns:
- La derivée de la fonction donnant le point fixe voulu