Uses of Class
org.biojava.nbio.structure.asa.GroupAsa
-
Packages that use GroupAsa Package Description org.biojava.nbio.structure.asa org.biojava.nbio.structure.contact -
-
Uses of GroupAsa in org.biojava.nbio.structure.asa
Methods in org.biojava.nbio.structure.asa that return GroupAsa Modifier and Type Method Description GroupAsa[]
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 GroupAsa Modifier and Type Method Description GroupAsa
StructureInterface. getFirstGroupAsa(ResidueNumber resNum)
Gets the GroupAsa for the corresponding residue number of first chainGroupAsa
StructureInterface. 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 GroupAsa Modifier and Type Method Description Map<ResidueNumber,GroupAsa>
StructureInterface. getFirstGroupAsas()
Gets a map of ResidueNumbers to GroupAsas for all groups of first chain.Map<ResidueNumber,GroupAsa>
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 GroupAsa Modifier and Type Method Description void
StructureInterface. setFirstGroupAsa(GroupAsa groupAsa)
void
StructureInterface. setSecondGroupAsa(GroupAsa groupAsa)
-