Uses of Class
org.biojava.nbio.structure.Site
-
Packages that use Site Package Description org.biojava.nbio.structure -
-
Uses of Site in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return types with arguments of type Site Modifier and Type Method Description List<Site>
Structure. getSites()
List<Site>
StructureImpl. getSites()
Methods in org.biojava.nbio.structure with parameters of type Site Modifier and Type Method Description int
Site. compareTo(Site other)
Method parameters in org.biojava.nbio.structure with type arguments of type Site Modifier and Type Method Description void
Structure. setSites(List<Site> sites)
void
StructureImpl. setSites(List<Site> sites)
-