Uses of Interface
pl.poznan.put.pdb.analysis.ResidueComponent
-
Packages that use ResidueComponent Package Description pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files.pl.poznan.put.protein pl.poznan.put.rna -
-
Uses of ResidueComponent in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return types with arguments of type ResidueComponent Modifier and Type Method Description List<ResidueComponent>ResidueInformationProvider. moleculeComponents() -
Uses of ResidueComponent in pl.poznan.put.protein
Subinterfaces of ResidueComponent in pl.poznan.put.protein Modifier and Type Interface Description interfaceBackboneA backbone in a protein.interfaceSidechainA sidechain in a protein.Classes in pl.poznan.put.protein that implement ResidueComponent Modifier and Type Class Description classImmutableBackboneImmutable implementation ofBackbone.Methods in pl.poznan.put.protein that return types with arguments of type ResidueComponent Modifier and Type Method Description List<ResidueComponent>AminoAcid. moleculeComponents() -
Uses of ResidueComponent in pl.poznan.put.rna
Subinterfaces of ResidueComponent in pl.poznan.put.rna Modifier and Type Interface Description interfaceNucleicAcidResidueComponentA component of a nucleotide.interfaceNucleobaseA nucleobase (adenine, cytosine, guanine, uracil or thymine).interfacePurineA purine (adenine or guanine).interfacePyrimidineA pyrimidine (cytosine, uracil or thymine).Classes in pl.poznan.put.rna that implement ResidueComponent Modifier and Type Class Description classImmutablePhosphateImmutable implementation ofPhosphate.classImmutableRiboseImmutable implementation ofRibose.classPhosphateA phosphate, part of RNA backbone.classRiboseA ribose, part of RNA backbone.Methods in pl.poznan.put.rna that return types with arguments of type ResidueComponent Modifier and Type Method Description List<ResidueComponent>Nucleotide. moleculeComponents()
-