Public class IlrRuleWriter étend java.io.PrintWriter implémente IlrFactoryExplorer
Cette classe implémente IlrFactoryExplorer pour explorer le contenu des objets de fabrique afin d'inverser leur contenu dans le langage. Ainsi, la plupart des méthodes publiques sont simplement requises par l'interface et ne sont pas documentées.
IlrRulesetFactory.toLanguage()| Modificateur et type | Zone et description |
|---|---|
protected boolean |
withStatementEol |
| Constructeur et description |
|---|
IlrRuleWriter(java.io.OutputStream stream)Construit un programme d'écriture de règles à l'aide d'un flux de sortie.
|
IlrRuleWriter(java.io.Writer writer)Construit un éditeur de règles à l'aide d'un programme d'écriture.
|
| Modificateur et type | Méthode et description |
|---|---|
java.lang.Object |
exploreAssignable(IlrArrayElement assignable)Ecrit un élément de tableau en tant que cessible et renvoie un objet comme résultat.
|
java.lang.Object |
exploreAssignable(IlrFieldValue assignable)Ecrit une valeur de zone en tant que cessible et renvoie un objet comme résultat.
|
java.lang.Object |
exploreAssignable(IlrStaticFieldValue assignable)Ecrit une valeur de zone statique en tant que cessible et renvoie un objet comme résultat.
|
java.lang.Object |
exploreAssignable(IlrVariable assignable)Ecrit une variable en tant que cessible et renvoie un objet comme résultat.
|
java.lang.Object |
exploreCondition(IlrCollectCondition cond)Ecrit une condition de collecte et renvoie
null. |
java.lang.Object |
exploreCondition(IlrEvaluateCondition cond)Ecrit une condition
evaluate et renvoie null. |
java.lang.Object |
exploreCondition(IlrExistsCondition cond)Ecrit une condition
exists et renvoie null. |
java.lang.Object |
exploreCondition(IlrNotCondition cond)Ecrit une condition
not et renvoie null. |
java.lang.Object |
exploreCondition(IlrSimpleCondition cond)Ecrit une condition simple et renvoie
null. |
java.lang.Object |
exploreCondition(IlrTimeCondition cond)Ecrit une condition de temps et renvoie
null. |
java.lang.Object |
exploreStatement(IlrApplyAction action)Obsolète.
|
java.lang.Object |
exploreStatement(IlrAssertAction action)Ecrit une action
assert et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrAssignment assign)Ecrit une instruction d'affectation et renvoie un objet comme résultat.
|
java.lang.Object |
exploreStatement(IlrBindStatement action)Ecrit une action
bind et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrBreakStatement statement)Explore un
break en tant qu'instruction. |
java.lang.Object |
exploreStatement(IlrContinueStatement statement)Explore un
continue en tant qu'instruction. |
java.lang.Object |
exploreStatement(IlrExecuteStatement action)Obsolète.
|
java.lang.Object |
exploreStatement(IlrForeachStatement statement)Ecrit une instruction
foreach et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrForStatement statement)Ecrit une instruction
for et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrFunctionInvocation statement)Ecrit un appel de fonction et renvoie un objet comme résultat.
|
java.lang.Object |
exploreStatement(IlrIfStatement action)Ecrit un bloc d'instructions
if et renvoie null. |
java.lang.Object |
exploreStatement(IlrMethodInvocation statement)Ecrit une instruction d'appel de méthode et renvoie un objet comme résultat.
|
java.lang.Object |
exploreStatement(IlrModifyAction action)Ecrit une action
modify et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrRetractAction action)Ecrit une action
retract et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrReturnStatement statement)Explore un
return en tant qu'instruction. |
java.lang.Object |
exploreStatement(IlrStaticMethodInvocation statement)Ecrit un appel de méthode statique et renvoie un objet comme résultat.
|
java.lang.Object |
exploreStatement(IlrTaskForkNodeStatement node)Ecrit le noeud de flux d'exécution de règles
fork et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrTaskGotoNodeStatement node)Ecrit le noeud de flux d'exécution de règles
goto et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrTaskIfNodeStatement node)Ecrit le noeud de flux d'exécution de règles
if et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrTaskInstanceStatement node)Ecrit le noeud d'appel de tâche et renvoie un objet comme résultat.
|
java.lang.Object |
exploreStatement(IlrTaskSwitchNodeStatement node)Ecrit le noeud de flux d'exécution de règles
switch et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrTaskWhileNodeStatement node)Ecrit le noeud de flux d'exécution de règles
while et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrThrowStatement statement)Explore un
throw en tant qu'instruction. |
java.lang.Object |
exploreStatement(IlrTimeOutBlock action)Ecrit un bloc d'instructions
timeout et renvoie null |
java.lang.Object |
exploreStatement(IlrTryCatchFinallyStatement action)Ecrit un bloc d'instructions
try-catch-finally et renvoie null. |
java.lang.Object |
exploreStatement(IlrUnaryValue statement)Ecrit un appel de valeur unaire et renvoie un objet comme résultat.
|
java.lang.Object |
exploreStatement(IlrUpdateAction action)Ecrit une action
update et renvoie un objet comme résultat. |
java.lang.Object |
exploreStatement(IlrWhileStatement action)Ecrit un bloc d'instructions
while et renvoie null. |
java.lang.Object |
exploreTest(IlrAfterTest test)Explore un test
after et renvoie un objet comme résultat. |
java.lang.Object |
exploreTest(IlrBeforeTest test)Explore un test
before et renvoie un objet comme résultat. |
java.lang.Object |
exploreTest(IlrBinaryTest test)Ecrit un test binaire impliquant deux valeurs et renvoie un objet comme résultat.
|
java.lang.Object |
exploreTest(IlrInstanceOfTest test)Ecrit un test
instanceOf . |
java.lang.Object |
exploreTest(IlrNaryTest test)Ecrit un test N-ary et renvoie un objet comme résultat.
|
java.lang.Object |
exploreTest(IlrNotTest test)Ecrit un test
NOT et renvoie un objet comme résultat. |
java.lang.Object |
exploreTest(IlrOccursinTest test)Explore un test
occursin et renvoie un objet comme résultat. |
java.lang.Object |
exploreTest(IlrUnaryTest test)Ecrit un test et renvoie un objet comme résultat.
|
java.lang.Object |
exploreTest(IlrUnknownTest test)Ecrit un test inconnu.
|
java.lang.Object |
exploreValue(IlrArrayElement value)Ecrit un élément de tableau et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrArrayLength value)Ecrit une longueur de tableau et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrAsValue value)Ecrit une valeur de transtypage et renvoie
null. |
java.lang.Object |
exploreValue(IlrBinaryValue value)Ecrit une valeur binaire et renvoie
null. |
java.lang.Object |
exploreValue(IlrCastValue value)Ecrit une valeur de transtypage et renvoie
null. |
java.lang.Object |
exploreValue(IlrClassTypeValue value)Ecrit une valeur de type de classe et renvoie
null. |
java.lang.Object |
exploreValue(IlrCollectInSourceValue value)Ecrit un appel de valeur
collect et renvoie null. |
java.lang.Object |
exploreValue(IlrConstantValue value)Ecrit une valeur constante et renvoie
null. |
java.lang.Object |
exploreValue(IlrContextValue value)Ecrit une valeur
context et renvoie null. |
java.lang.Object |
exploreValue(IlrEventTimeValue value)Ecrit une valeur d'horodatage d'événement et renvoie
null. |
java.lang.Object |
exploreValue(IlrFieldValue value)Ecrit une valeur de zone et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrFunctionInvocation value)Ecrit un appel de fonction en tant que valeur et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrInstanceValue value)Ecrit une valeur de règle
instance et renvoie null. |
java.lang.Object |
exploreValue(IlrIntervalValue value)Explique une modélisation de valeur un intervalle.
|
java.lang.Object |
exploreValue(IlrMethodInvocation value)Ecrit une valeur d'appel de méthode et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrNewArrayInstanceValue value)Ecrit une valeur de création de tableau et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrNewInstanceValue value)Ecrit une valeur de création d'objet et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrObjectValue value)Ecrit une valeur d'objet et renvoie
null. |
java.lang.Object |
exploreValue(IlrPropertyAccessValue arg)Ecrit une valeur d'accès à la propriété et renvoie
null. |
java.lang.Object |
exploreValue(IlrScopeValue value)Ecrit une valeur
scope et renvoie null. |
java.lang.Object |
exploreValue(IlrStaticFieldValue value)Ecrit une valeur de zone statique et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrStaticMethodInvocation value)Ecrit un appel de méthode statique en tant que valeur et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrTestValue value)Ecrit une valeur de test et renvoie un objet comme résultat.
|
java.lang.Object |
exploreValue(IlrUnaryValue value)Ecrit une valeur unaire et renvoie
null. |
java.lang.Object |
exploreValue(IlrVariable value)Ecrit une valeur de variable et renvoie
null. |
static void |
getImportsAndConflictClasses(java.util.List classes,
java.util.List imports,
java.util.List conflictClasses)A partir d'une liste de classes
classes, remplit les listes imports et conflictClasses avec les packages importés et les classes qui doivent être imprimées en noms complets. |
protected static boolean |
hasConflict(IlrReflect reflect,
java.util.List list,
java.lang.String pkg,
java.lang.String basename)A partir d'une liste d'importations
list et d'un nom de classe décomposé en un nom de package pkg et un nom de base basename, indique si le nom de base peut former un autre nom de classe avec un package ou non. |
void |
print(IlrFunctionFactory function)Imprime une fabrique de fonctions au programme d'écriture à l'aide de ILOG Rule Language.
|
void |
print(IlrPackageFactory pkg)Imprime une fabrique de packages à l'éditeur à l'aide de ILOG Rule Language.
|
void |
print(IlrRuleFactory rule)Imprime une fabrique de règles à l'éditeur à l'aide de ILOG Rule Language.
|
void |
print(IlrTaskFactory task)Imprime une fabrique de tâches au programme d'écriture à l'aide de ILOG Rule Language.
|
protected void |
printCharEscape(char c) |
void |
printGroupOverriding(IlrRulesetFactory ruleset)Imprime la déclaration de remplacement des groupes à l'éditeur à l'aide de ILOG Rule Language.
|
void |
printHierarchicalPropertyDefinitions(IlrRulesetFactory ruleset)Imprime les propriétés hiérarchiques à l'éditeur à l'aide de ILOG Rule Language.
|
void |
printInitialRule(java.util.List actions)Imprime les instructions de configuration correspondant à la liste d'actions.
|
void |
printPropertyDefinitions(IlrRulesetFactory ruleset)Imprime la déclaration des types de propriété à l'éditeur à l'aide de ILOG Rule Language.
|
protected boolean |
printType(IlrType type,
boolean shortName)Imprime un type rencontré lors de l'écriture des règles et indique si un nom abrégé pour le type est autorisé.
|
void |
printValue(IlrValue value)Imprime une valeur.
|
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexploreTask, exploreTask, exploreTaskPublic IlrRuleWriter (éditeur java.io.Writer)
writer -L'éditeur vers lequel la sortie sera dirigée.Public IlrRuleWriter (flux java.io.OutputStream)
stream -Flux de sortie vers lequel la sortie sera dirigée.public void print (IlrPackageFactory pkg)
pkg -La fabrique de packages à imprimer.public void print (règleIlrRuleFactory )
rule -La fabrique de règles à imprimer.public void print (fonctionIlrFunctionFactory )
function -La fabrique de fonctions à imprimer.Public static void getImportsAndConflictClasses (classes java.util.List,
Importations java.util.List,
Classes de conflit java.util.List)
classes, remplit les listes imports et conflictClasses avec les packages importés et les classes qui doivent être imprimées en noms complets. L'exemple est un java.util.Date avec un java.sql.Time (la classe java.sql.Date est manquante).classes -Liste des classes.imports -Liste des importations.conflictClasses -Classes qui doivent être imprimées en noms complets.Valeur booléenne statique protégée hasConflict (IlrReflect Reflect, Liste java.util.List, Java.lang.String pkg, Nom de base java.lang.String)
list et d'un nom de classe décomposé en un nom de package pkg et un nom de base basename, indique si le nom de base peut former un autre nom de classe avec un package ou non.reflect -Une réflexion.list -Liste des importations.pkg -Nom du package de classe.basename -Nom de base de la classe.true si le nom de base peut former un autre nom de classe avec n'importe quel package, ou false dans le cas contraire.Public void printInitialRule (actions java.util.List)
actions -Liste des actions à inclure dans la règle de configuration initiale.public void printHierarchicalPropertyDefinitions (jeu de règlesIlrRulesetFactory )
ruleset -Jeu de règles dont les propriétés hiérarchiques sont écrites.public void printPropertyDefinitions (IlrRulesetFactory jeu de règles)
ruleset -Jeu de règles dont la déclaration des types de propriété est écrite.public void printGroupOveréquitation (ensemble de règlesIlrRulesetFactory )
ruleset -Jeu de règles dont la déclaration de substitution des groupes est écrite.public void printValue (valeurIlrValue )
value -Valeur à imprimer.printType booléen protégé (typeIlrType , Nom abrégé booléen)
false, le programme d'écriture de règles considère que le type n'est pas imprimé et l'imprime donc. La valeur de retour true indique au programme d'écriture de règles que le type est imprimé.type -Type à imprimer.shortName -Indique si un nom abrégé est autorisé pour le type.Protected void printCharEscape (char c)
public java.lang.Object exploreCondition (condIlrEvaluateCondition )
evaluate et renvoie null.exploreCondition dans l'interface IlrFactoryExplorercond -Condition.IlrEvaluateCondition.exploreCondition(IlrFactoryExplorer)public java.lang.Object exploreCondition (condIlrSimpleCondition )
null.exploreCondition dans l'interface IlrFactoryExplorercond -Condition.IlrSimpleCondition.exploreCondition(IlrFactoryExplorer)public java.lang.Object exploreCondition (condIlrNotCondition )
not et renvoie null.exploreCondition dans l'interface IlrFactoryExplorercond -Condition.IlrNotCondition.exploreCondition(IlrFactoryExplorer)public java.lang.Object exploreCondition (condIlrExistsCondition )
exists et renvoie null.exploreCondition dans l'interface IlrFactoryExplorercond -Condition.IlrExistsCondition.exploreCondition(IlrFactoryExplorer)public java.lang.Object exploreCondition (condIlrCollectCondition )
null.exploreCondition dans l'interface IlrFactoryExplorercond -Condition.IlrCollectCondition.exploreCondition(IlrFactoryExplorer)public java.lang.Object exploreCondition (condIlrTimeCondition )
null.exploreCondition dans l'interface IlrFactoryExplorercond -Condition.IlrTimeCondition.exploreCondition(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrConstantValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur constante.IlrConstantValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrClassTypeValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur IlrClassTypeValue .IlrClassTypeValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrCastValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur cast .IlrCastValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrAsValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur as .IlrCastValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrVariable )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur de variable.IlrVariable.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrContextValue )
context et renvoie null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur context .IlrContextValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrInstanceValue )
instance et renvoie null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur rule instance .IlrInstanceValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrScopeValue )
scope et renvoie null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur scope .IlrScopeValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrObjectValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur object .IlrObjectValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrEventTimeValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Valeur event timestamp .IlrEventTimeValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrUnaryValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Expression unaire.IlrUnaryValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrCollectInSourceValue )
collect et renvoie null.exploreValue dans l'interface IlrFactoryExplorerIlrCollectInSourceValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (argIlrPropertyAccessValue )
null.exploreValue dans l'interface IlrFactoryExplorerIlrPropertyAccessValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrBinaryValue )
null.exploreValue dans l'interface IlrFactoryExplorervalue -Expression arithmétique binaire.IlrBinaryValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrArrayElement )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur array element .IlrArrayElement.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrArrayLength )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur array length .IlrArrayLength.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrStaticFieldValue )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur static field .IlrStaticFieldValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrFieldValue )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur field .IlrFieldValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrTestValue )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur qui encapsule un test.IlrTestValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrStaticMethodInvocation )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur d'appel de méthode statique.IlrStaticMethodInvocation.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrFunctionInvocation )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur d'appel de fonction.IlrFunctionInvocation.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrMethodInvocation )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur method invocation .IlrMethodInvocation.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrNewInstanceValue )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur object creation .IlrNewInstanceValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrNewArrayInstanceValue )
exploreValue dans l'interface IlrFactoryExplorervalue -Valeur array object creation .IlrNewArrayInstanceValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreValue (valeurIlrIntervalValue )
IlrFactoryExplorerexploreValue dans l'interface IlrFactoryExplorervalue -Valeur modélisant un intervalle.IlrIntervalValue.exploreValue(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrUnaryTest )
true.exploreTest dans l'interface IlrFactoryExplorertest -Test unaire.IlrUnaryTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrBinaryTest )
exploreTest dans l'interface IlrFactoryExplorertest -Test binaire.IlrBinaryTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrOccursinTest )
occursin et renvoie un objet comme résultat.exploreTest dans l'interface IlrFactoryExplorertest -Test occursin .IlrOccursinTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrBeforeTest )
before et renvoie un objet comme résultat.exploreTest dans l'interface IlrFactoryExplorertest -Test before .IlrBeforeTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrAfterTest )
after et renvoie un objet comme résultat.exploreTest dans l'interface IlrFactoryExplorertest -Test after .IlrAfterTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrInstanceOfTest )
instanceOf . Le premier argument est vérifié pour voir s'il s'agit d'une instance du second argument.exploreTest dans l'interface IlrFactoryExplorertest -Test instanceOf .IlrInstanceOfTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrUnknownTest )
exploreTest dans l'interface IlrFactoryExplorertest -Test inconnu.IlrUnknownTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrNotTest )
NOT et renvoie un objet comme résultat.exploreTest dans l'interface IlrFactoryExplorertest -Test NOT .IlrNotTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreTest (testIlrNaryTest )
exploreTest dans l'interface IlrFactoryExplorertest -Test N-aire.IlrNaryTest.exploreTest(IlrFactoryExplorer)public java.lang.Object exploreAssignable (IlrVariable assignable)
exploreAssignable dans l'interface IlrFactoryExplorerassignable -Variable en tant que variable affectable.IlrVariable.exploreAssignable(IlrFactoryExplorer)public java.lang.Object exploreAssignable (IlrArrayElement assignable)
exploreAssignable dans l'interface IlrFactoryExplorerassignable -Un élément de tableau en tant qu'affectable.IlrArrayElement.exploreAssignable(IlrFactoryExplorer)public java.lang.Object exploreAssignable (IlrStaticFieldValue assignable)
exploreAssignable dans l'interface IlrFactoryExplorerassignable -Valeur de zone statique en tant que valeur affectable.IlrStaticFieldValue.exploreAssignable(IlrFactoryExplorer)public java.lang.Object exploreAssignable (IlrFieldValue assignable)
exploreAssignable dans l'interface IlrFactoryExplorerassignable -Valeur de zone en tant que valeur affectable.IlrFieldValue.exploreAssignable(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrBindStatement )
bind et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExploreraction -Une action bindIlrBindStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (affectationIlrAssignment )
exploreStatement dans l'interface IlrFactoryExplorerassign -Instruction d'affectation.IlrAssignment.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrStaticMethodInvocation )
exploreStatement dans l'interface IlrFactoryExplorerstatement -Appel de méthode statique.IlrStaticMethodInvocation.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrFunctionInvocation )
exploreStatement dans l'interface IlrFactoryExplorerstatement -Un appel de fonction.IlrFunctionInvocation.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrReturnStatement )
return en tant qu'instruction.exploreStatement dans l'interface IlrFactoryExplorerstatement -Instruction returnIlrReturnStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrThrowStatement )
throw en tant qu'instruction.exploreStatement dans l'interface IlrFactoryExplorerstatement -Instruction throw .IlrThrowStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrBreakStatement )
break en tant qu'instruction.exploreStatement dans l'interface IlrFactoryExplorerstatement -Instruction break .IlrBreakStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrContinueStatement )
continue en tant qu'instruction.exploreStatement dans l'interface IlrFactoryExplorerstatement -Instruction continue .IlrContinueStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrUnaryValue )
exploreStatement dans l'interface IlrFactoryExplorerstatement -Un appel de valeur unaire.IlrUnaryValue.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrForeachStatement )
foreach et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExplorerstatement -Instruction foreach .IlrForeachStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrForStatement )
for et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExplorerstatement -Instruction for .IlrForStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (instructionIlrMethodInvocation )
exploreStatement dans l'interface IlrFactoryExplorerstatement -Instruction d'appel de méthode.IlrMethodInvocation.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrExecuteStatement )
execute et renvoie nullexploreStatement dans l'interface IlrFactoryExploreraction -L'instruction.IlrExecuteStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrIfStatement )
if et renvoie null.exploreStatement dans l'interface IlrFactoryExploreraction -Action if .IlrIfStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrTryCatchFinallyStatement )
try-catch-finally et renvoie null.exploreStatement dans l'interface IlrFactoryExploreraction -Action try-catch-finally .IlrTryCatchFinallyStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrWhileStatement )
while et renvoie null.exploreStatement dans l'interface IlrFactoryExploreraction -Action while .IlrWhileStatement.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrTimeOutBlock )
timeout et renvoie nullexploreStatement dans l'interface IlrFactoryExploreraction -Action timeout .IlrTimeOutBlock.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrAssertAction )
assert et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExploreraction -Action assert .IlrAssertAction.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrRetractAction )
retract et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExploreraction -Action retract .IlrRetractAction.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrApplyAction )
apply et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExploreraction -L'action.IlrApplyAction.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrModifyAction )
modify et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExploreraction -Action modify .IlrModifyAction.exploreStatement(IlrFactoryExplorer)public java.lang.Object exploreStatement (actionIlrUpdateAction )
update et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExploreraction -Action update .IlrUpdateAction.exploreStatement(IlrFactoryExplorer)public void print (tâcheIlrTaskFactory )
task -Tâche à imprimer.public java.lang.Object exploreStatement (noeudIlrTaskInstanceStatement )
exploreStatement dans l'interface IlrFactoryExplorernode -Noeud d'appel de tâche à imprimer.ilog.rules.factory.IlrTaskInstanceStatement.exploreStatement(ilog.rules.factory.IlrFactoryExplorer)public java.lang.Object exploreStatement (noeudIlrTaskIfNodeStatement )
if et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExplorernode -Noeud de flux d'exécution de règles if à imprimer.ilog.rules.factory.IlrTaskIfNodeStatement.exploreStatement(ilog.rules.factory.IlrFactoryExplorer)public java.lang.Object exploreStatement (noeudIlrTaskSwitchNodeStatement )
switch et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExplorernode -Noeud de flux d'exécution de règles switch à imprimer.ilog.rules.factory.IlrTaskSwitchNodeStatement.exploreStatement(ilog.rules.factory.IlrFactoryExplorer)public java.lang.Object exploreStatement (noeudIlrTaskForkNodeStatement )
fork et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExplorernode -Noeud de flux d'exécution de règles fork à imprimer.ilog.rules.factory.IlrTaskForkNodeStatement.exploreStatement(ilog.rules.factory.IlrFactoryExplorer)public java.lang.Object exploreStatement (noeudIlrTaskGotoNodeStatement )
goto et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExplorernode -Noeud de flux d'exécution de règles goto à imprimer.ilog.rules.factory.IlrTaskGotoNodeStatement.exploreStatement(ilog.rules.factory.IlrFactoryExplorer)public java.lang.Object exploreStatement (noeudIlrTaskWhileNodeStatement )
while et renvoie un objet comme résultat.exploreStatement dans l'interface IlrFactoryExplorernode -Noeud de flux d'exécution de règles while à imprimer.ilog.rules.factory.IlrTaskWhileNodeStatement.exploreStatement(ilog.rules.factory.IlrFactoryExplorer)© Copyright IBM Corp. 1987, 2022