Uses of Class
org.biojava.nbio.structure.asa.GroupAsa
-
Uses of GroupAsa in org.biojava.nbio.structure.asa
Modifier and TypeMethodDescriptionGroupAsa[]
AsaCalculator.getGroupAsas()
Calculates ASA for all atoms and return them as a GroupAsa array (one element per residue in structure) containing ASAs per residue and per atom. -
Uses of GroupAsa in org.biojava.nbio.structure.contact
Modifier and TypeMethodDescriptionStructureInterface.getFirstGroupAsa
(ResidueNumber resNum) Gets the GroupAsa for the corresponding residue number of first chainStructureInterface.getSecondGroupAsa
(ResidueNumber resNum) Gets the GroupAsa for the corresponding residue number of second chainModifier and TypeMethodDescriptionStructureInterface.getFirstGroupAsas()
Gets a map of ResidueNumbers to GroupAsas for all groups of first chain.StructureInterface.getSecondGroupAsas()
Gets a map of ResidueNumbers to GroupAsas for all groups of second chain.Modifier and TypeMethodDescriptionvoid
StructureInterface.setFirstGroupAsa
(GroupAsa groupAsa) void
StructureInterface.setSecondGroupAsa
(GroupAsa groupAsa) Modifier and TypeMethodDescriptionvoid
StructureInterface.setFirstGroupAsas
(Map<ResidueNumber, GroupAsa> firstGroupAsas) void
StructureInterface.setSecondGroupAsas
(Map<ResidueNumber, GroupAsa> secondGroupAsas)