Team:Freiburg Software/Developer/Code
From 2010.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
<p class="main"> | <p class="main"> | ||
In this section of the page we want to give you an insight into the internals of SynBioWave: the program code.<br /> | In this section of the page we want to give you an insight into the internals of SynBioWave: the program code.<br /> | ||
- | Synbiowave is written in Java using the Google Wave API and Biojava. Google provides an AbstractRobot class that developers can use to build their own Robots.<br /> | + | Synbiowave is written in Java using the Google Wave API and Biojava. |
+ | Google provides an AbstractRobot class that developers can use to build their own Robots.<br /> | ||
We created an AbstractSynBioWaveRobot that extends this robots. | We created an AbstractSynBioWaveRobot that extends this robots. | ||
- | |||
</p> | </p> | ||
+ | <h2>AbstractSynBioWaveRobot</h2> | ||
+ | <p class="main"> | ||
+ | The AbstractSynBioWaveRobot class is one of the central classes in SynBioWave, because every robot is an implementation of this one. It handles all actions every robot has to do like menu extension and workspace access. | ||
</div> | </div> | ||
</html> | </html> |
Revision as of 17:10, 23 October 2010
Code
In this section of the page we want to give you an insight into the internals of SynBioWave: the program code.
Synbiowave is written in Java using the Google Wave API and Biojava.
Google provides an AbstractRobot class that developers can use to build their own Robots.
We created an AbstractSynBioWaveRobot that extends this robots.
AbstractSynBioWaveRobot
The AbstractSynBioWaveRobot class is one of the central classes in SynBioWave, because every robot is an implementation of this one. It handles all actions every robot has to do like menu extension and workspace access.