1 / 1

toto

Solution. ReactionRule. Tableau d’indices. tata. titi. toto. myRR. ReactionRule myRR int a; int b; int c; String s1; String s2; computeSelect (); computeReact ();. 0. 12. 7. 4. 1. Les valeurs ix représentent les indices de chaque attribut de myRR. string. int. 12. 4.

aaron
Télécharger la présentation

toto

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Solution ReactionRule Tableau d’indices tata titi toto myRR ReactionRule myRR int a; int b; int c; Strings1; Strings2; computeSelect(); computeReact(); 0 12 7 4 1 Les valeurs ix représentent les indices de chaque attribut de myRR. string int 12 4 1 0 titi tata toto 7 Évolution du tableau d’indices Valeurs de myRR instanciées a = int[0] = 0 b = int[1] = 4 c = int[2] = 1 a = int[0] = 0 b = int[1] = 4 c = int[2] = 1 s1 = string[0] = "toto" s2 = string[1] = "titi" s1 = string[0] = "toto" s2 = string[1] = "tata" increment()

More Related