Package demo
Class DemoMMCIFReader
- java.lang.Object
-
- demo.DemoMMCIFReader
-
public class DemoMMCIFReader extends 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 objectstatic void
main(String[] args)
-
-
-
Constructor Detail
-
DemoMMCIFReader
public DemoMMCIFReader()
-
-
Method Detail
-
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.
-
-