All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jmol.modelsetbio.Annotation Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.jmol.modelsetbio;

//import org.jmol.c.STR;

public class Annotation extends ProteinStructure {
  // an idea that does not seem to be necessary BH 7/2014
//
//  private String atype;
//
//  public Annotation(AlphaPolymer alphaPolymer, int monomerIndex,
//      int monomerCount, String annotationType) {
//    setupPS(alphaPolymer, STR.ANNOTATION, monomerIndex,
//        monomerCount);
//    this.atype = annotationType;
//  }
//
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy