Uses of Class
org.biojava.nbio.structure.secstruc.SecStrucElement
-
Packages that use SecStrucElement Package Description org.biojava.nbio.structure.secstruc -
-
Uses of SecStrucElement in org.biojava.nbio.structure.secstruc
Methods in org.biojava.nbio.structure.secstruc that return types with arguments of type SecStrucElement Modifier and Type Method Description static List<SecStrucElement>
SecStrucTools. 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>
SecStrucTools. getSecStrucElements(Structure s)
Obtain the List of secondary structure elements (SecStrucElement) of a Structure.
-