Public final class IlrRFAlgorithm
étend java.lang.Object
Implémente java.io.Serializable
| Modificateur et type | Zone et description |
|---|---|
static IlrRFAlgorithm |
DEFAULTConstante pour l'algorithme par défaut (qui est RetePlus).
|
static IlrRFAlgorithm |
FASTPATHConstante pour l'algorithme Fastpath.
|
static IlrRFAlgorithm |
SEQUENTIALConstante pour l'algorithme séquentiel.
|
| Modificateur et type | Méthode et description |
|---|---|
static IlrRFAlgorithm |
get(java.lang.String name)Retourne l'algorithme de son nom.
|
java.lang.String |
getName()Renvoie le nom de l'algorithme de sélection de tâche de règle.
|
java.lang.String |
toString() |
public static final IlrRFAlgorithm DEFAULT
public static final IlrRFAlgorithm SÉQUENTIEL
public static final IlrRFAlgorithm FASTPATH
Public java.lang.String getName ()
public static IlrRFAlgorithm get (nom java.lang.String)
name -nom.null si aucun algorithme n'est connu avec ce nom.Public java.lang.String toString ()
toString dans la classe java.lang.Object© Copyright IBM Corp. 1987, 2022