Class SecStrucTools
java.lang.Object
org.biojava.nbio.structure.secstruc.SecStrucTools
This class contains methods for obtaining and converting secondary structure
 information from BioJava 
Structures.- Since:
 - 4.1.1
 - Author:
 - Aleix Lafita
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<SecStrucElement>getSecStrucElements(List<Group> groups) Obtain the List of secondary structure elements (SecStrucElement) of a List of Groups (assumed to be sequential, this is, connected in the original Structure).static List<SecStrucElement>Obtain the List of secondary structure elements (SecStrucElement) of a Structure.static List<SecStrucInfo>Obtain the List of secondary structure information (SecStrucInfo) of a Structure. 
- 
Constructor Details
- 
SecStrucTools
public SecStrucTools() 
 - 
 - 
Method Details
- 
getSecStrucInfo
Obtain the List of secondary structure information (SecStrucInfo) of a Structure.- Parameters:
 s- Structure with SS assignments- Returns:
 - List of SecStrucInfo objects
 
 - 
getSecStrucElements
Obtain the List of secondary structure elements (SecStrucElement) of a Structure.- Parameters:
 s- Structure with SS assignments- Returns:
 - List of SecStrucElement objects
 
 - 
getSecStrucElements
Obtain the List of secondary structure elements (SecStrucElement) of a List of Groups (assumed to be sequential, this is, connected in the original Structure).- Parameters:
 groups- Structure with SS assignments- Returns:
 - List of SecStrucElement objects
 
 
 -