Uses of Class
org.biojava.bio.structure.SSBond
-
Packages that use SSBond Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB). -
-
Uses of SSBond in org.biojava.bio.structure
Methods in org.biojava.bio.structure that return SSBond Modifier and Type Method Description SSBond
SSBond. clone()
Methods in org.biojava.bio.structure that return types with arguments of type SSBond Modifier and Type Method Description java.util.List<SSBond>
Structure. getSSBonds()
get the list of SSBonds as they have been defined in the PDB filesjava.util.List<SSBond>
StructureImpl. getSSBonds()
get the list of SSBonds as they have been defined in the PDB filesMethods in org.biojava.bio.structure with parameters of type SSBond Modifier and Type Method Description void
Structure. addSSBond(SSBond ssbond)
add a single SSBond to this structurevoid
StructureImpl. addSSBond(SSBond ssbond)
add a single SSBond to this structureMethod parameters in org.biojava.bio.structure with type arguments of type SSBond Modifier and Type Method Description void
Structure. setSSBonds(java.util.List<SSBond> ssbonds)
set the list of SSBonds for this structurevoid
StructureImpl. setSSBonds(java.util.List<SSBond> ssbonds)
set the list of SSBonds for this structure
-