Uses of Class
org.biojava.nbio.structure.rcsb.RCSBLigand
-
Packages that use RCSBLigand Package Description org.biojava.nbio.structure.rcsb -
-
Uses of RCSBLigand in org.biojava.nbio.structure.rcsb
Methods in org.biojava.nbio.structure.rcsb that return RCSBLigand Modifier and Type Method Description static RCSBLigandRCSBLigandsFactory. getFromHeteroAtomId(InputStream stream)static RCSBLigandRCSBLigandsFactory. getFromHeteroAtomId(String heteroAtomId)Methods in org.biojava.nbio.structure.rcsb that return types with arguments of type RCSBLigand Modifier and Type Method Description static List<RCSBLigand>RCSBLigandsFactory. getFromHeteroAtomIds(InputStream stream)static List<RCSBLigand>RCSBLigandsFactory. getFromHeteroAtomIds(String... heteroAtomIds)static List<RCSBLigand>RCSBLigandsFactory. getFromHeteroAtomIds(List<String> heteroAtomIds)List<RCSBLigand>RCSBLigands. getLigands()Methods in org.biojava.nbio.structure.rcsb with parameters of type RCSBLigand Modifier and Type Method Description voidRCSBLigands. addLigand(RCSBLigand ligand)
-