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 SSBondSSBond. 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 voidStructure. addSSBond(SSBond ssbond)add a single SSBond to this structurevoidStructureImpl. 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 voidStructure. setSSBonds(java.util.List<SSBond> ssbonds)set the list of SSBonds for this structurevoidStructureImpl. setSSBonds(java.util.List<SSBond> ssbonds)set the list of SSBonds for this structure
-