Package demo

Class SimpleExample


  • public class SimpleExample
    extends java.lang.Object
    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.
    Author:
    Anthony Bradley
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleExample()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleExample

        public SimpleExample()
    • Method Detail

      • main

        public static void main​(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.
        Parameters:
        args - the input list of arguments.