Package demo

Class DemoMMCIFReader


  • public class DemoMMCIFReader
    extends java.lang.Object
    An example of how to read MMcif files
    Author:
    Andreas Prlic
    • Constructor Summary

      Constructors 
      Constructor Description
      DemoMMCIFReader()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void loadFromDirectAccess()
      An example demonstrating how to directly use the mmCif file parsing classes.
      void loadSimple()
      A basic example how to load an mmCif file and get a Structure object
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • DemoMMCIFReader

        public DemoMMCIFReader()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • loadSimple

        public void loadSimple()
        A basic example how to load an mmCif file and get a Structure object
      • loadFromDirectAccess

        public void loadFromDirectAccess()
        An example demonstrating how to directly use the mmCif file parsing classes. This could potentially be used to use the parser to populate a data-structure that is different from the biojava-structure data model.