Team:Freiburg Software/Developer/Code

From 2010.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
-
<h1>Code</h1>
 
<div id=main_area>
<div id=main_area>
 +
<h1>Code</h1>
<div class="pic_text_right">
<div class="pic_text_right">
<img src="https://static.igem.org/mediawiki/2010/f/fc/Freiburg_10_software_Java-logo.png" />
<img src="https://static.igem.org/mediawiki/2010/f/fc/Freiburg_10_software_Java-logo.png" />

Revision as of 16:58, 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.