Package demo
Class DemoLoadSecStruc
- java.lang.Object
 - 
- demo.DemoLoadSecStruc
 
 
- 
public class DemoLoadSecStruc extends Object
Demonstration of how to load a Structure with the SS information, either from the PDB file annotation (Author's assignment) or from the DSSP file in the PDB servers (DSSP assignment).- Author:
 - Aleix Lafita
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DemoLoadSecStruc() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static voidprintSecStruc(Structure s) 
 - 
 
- 
- 
Constructor Detail
- 
DemoLoadSecStruc
public DemoLoadSecStruc()
 
 - 
 
- 
Method Detail
- 
main
public static void main(String[] args) throws IOException, StructureException
- Throws:
 IOExceptionStructureException
 
- 
printSecStruc
public static void printSecStruc(Structure s)
 
 - 
 
 -