Top: Index Previous: Exercise Two Up: BioJava Next: Exercise Four

CSC8311 -- Advanced Object-Orientated Programming

Complete the following class. You have a string which represents a 3D protein structure, and you want to view this structure. Work out how to get BioJava to do this for you.

package uk.ac.ncl.csc8311;

public class ViewPdbArticle {

    static String identifier = "3cap";

    public static void main(String[] args) throws Exception {

    }

}


Top: Index Previous: Exercise Two Up: BioJava Next: Exercise Four