Package demo
Class SimpleExample
- java.lang.Object
-
- demo.SimpleExample
-
public class SimpleExample extends java.lang.ObjectA very simple example reading the PDB and finding the number of entries in the PDB with resolution better than 3.0 Angstrom and R-free better than 0.3.- Author:
- Anthony Bradley
-
-
Constructor Summary
Constructors Constructor Description SimpleExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)A very simple example reading the PDB and finding the number of entries in the PDB with resolution better than 3.0 Angstrom and R-free better than 0.3.
-