Uses of Class
org.biojava.bio.structure.Compound
-
Packages that use Compound Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB). -
-
Uses of Compound in org.biojava.bio.structure
Methods in org.biojava.bio.structure that return Compound Modifier and Type Method Description CompoundCompound. clone()CompoundStructure. getCompoundById(java.lang.String molId)request a particular compound by its idCompoundStructureImpl. getCompoundById(java.lang.String molId)CompoundChain. getHeader()Returns the Header ( a Compound object) for this chain.CompoundChainImpl. getHeader()Returns the Header ( a Compound object) for this chain.Methods in org.biojava.bio.structure that return types with arguments of type Compound Modifier and Type Method Description java.util.List<Compound>Structure. getCompounds()get all the Compounds that are defined in the PDB Headerjava.util.List<Compound>StructureImpl. getCompounds()Methods in org.biojava.bio.structure with parameters of type Compound Modifier and Type Method Description voidChain. setHeader(Compound molId)Set the Header from the PDB file.voidChainImpl. setHeader(Compound mol)Set the Header from the PDB file.Method parameters in org.biojava.bio.structure with type arguments of type Compound Modifier and Type Method Description voidStructure. setCompounds(java.util.List<Compound> molList)set the compountsvoidStructureImpl. setCompounds(java.util.List<Compound> molList)
-