Uses of Class
org.biojava.nbio.structure.asa.GroupAsa
Packages that use GroupAsa
-
Uses of GroupAsa in org.biojava.nbio.structure.asa
Methods in org.biojava.nbio.structure.asa that return GroupAsaModifier 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
Methods in org.biojava.nbio.structure.contact that return GroupAsaModifier 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 chainMethods in org.biojava.nbio.structure.contact that return types with arguments of type GroupAsaModifier 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.Methods in org.biojava.nbio.structure.contact with parameters of type GroupAsaModifier and TypeMethodDescriptionvoidStructureInterface.setFirstGroupAsa(GroupAsa groupAsa) voidStructureInterface.setSecondGroupAsa(GroupAsa groupAsa) Method parameters in org.biojava.nbio.structure.contact with type arguments of type GroupAsaModifier and TypeMethodDescriptionvoidStructureInterface.setFirstGroupAsas(Map<ResidueNumber, GroupAsa> firstGroupAsas) voidStructureInterface.setSecondGroupAsas(Map<ResidueNumber, GroupAsa> secondGroupAsas)