Uses of Class
org.biojava.bio.structure.SSBond

Packages that use SSBond
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
 SSBond SSBond.clone()
           
 

Methods in org.biojava.bio.structure that return types with arguments of type SSBond
 List<SSBond> Structure.getSSBonds()
          get the list of SSBonds as they have been defined in the PDB files
 List<SSBond> StructureImpl.getSSBonds()
          get the list of SSBonds as they have been defined in the PDB files
 

Methods in org.biojava.bio.structure with parameters of type SSBond
 void Structure.addSSBond(SSBond ssbond)
          add a single SSBond to this structure
 void StructureImpl.addSSBond(SSBond ssbond)
          add a single SSBond to this structure
 

Method parameters in org.biojava.bio.structure with type arguments of type SSBond
 void Structure.setSSBonds(List<SSBond> ssbonds)
          set the list of SSBonds for this structure
 void StructureImpl.setSSBonds(List<SSBond> ssbonds)
          set the list of SSBonds for this structure