Exercise 10
Moderator: Automated Software Engineering
Exercise 10
Hi all,
Exercise #10 can be found here:
http://cage.st.informatik.tu-darmstadt. ... latt10.pdf
Best regards,
--Martin
Exercise #10 can be found here:
http://cage.st.informatik.tu-darmstadt. ... latt10.pdf
Best regards,
--Martin
Re: Exercise 10
Hi all,
The slides of the corresponding lecture are at:
http://cage.st.informatik.tu-darmstadt. ... ture11.pdf
Best regards,
--Martin
The slides of the corresponding lecture are at:

Best regards,
--Martin
Re: Exercise 10
How do you get rid of the framing code
I tried some functions for SingleVariableDeclaration, SimpleName (using an if-block to check if this is a subnode of a type declaration) and Modifier, but they do not look very healthy as they could be too specialized onto this example..... Or can we just leave this un-transformed?
Code: Alles auswählen
public class Swing {
public static void main( String[] args){
[ already transformed JS ]
}
}
Re: Exercise 10
Hi,
The framing code can be removed by playing with TypeDeclaration, etc.. It is not required to transform it.
But initiatives are always welcome.
--Martin
The framing code can be removed by playing with TypeDeclaration, etc.. It is not required to transform it.
But initiatives are always welcome.
--Martin
Re: Exercise 10
Well, as my first trys were not that nice, I'd rather leave the framing code as it ismonperrus hat geschrieben:The framing code can be removed by playing with TypeDeclaration, etc.. It is not required to transform it.
But initiatives are always welcome.

Re: Exercise 10
Hi all,
For the optional part, here is a YUI snippet to put a button into a tab:
Note that this does not add the button to the tab, but replaces its content.
Best regards,
--Martin
For the optional part, here is a YUI snippet to put a button into a tab:
Code: Alles auswählen
tab1.set("content",button.get('innerHTML'));
Best regards,
--Martin
Re: Exercise 10
Hi all,
Grades for exercise #10 are checked-in.
Best regards,
--Martin
Grades for exercise #10 are checked-in.
Best regards,
--Martin
- Tigger
- Kernelcompilierer
- Beiträge: 404
- Registriert: 26. Okt 2007 17:35
- Wohnort: Hofheim
- Kontaktdaten:
Re: Exercise 10
Not for usmonperrus hat geschrieben:Hi all,
Grades for exercise #10 are checked-in.
Best regards,
--Martin

group001
We don't have a "grades" in our sheet10/ folder.
Re: Exercise 10
+1: group0001 is also without grade 
