Uses of Class
pl.poznan.put.pdb.analysis.PdbChain
-
Packages that use PdbChain Package Description pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files. -
-
Uses of PdbChain in pl.poznan.put.pdb.analysis
Subclasses of PdbChain in pl.poznan.put.pdb.analysis Modifier and Type Class Description classImmutablePdbChainImmutable implementation ofPdbChain.Methods in pl.poznan.put.pdb.analysis that return PdbChain Modifier and Type Method Description static PdbChainPdbChain. fromBioJavaChain(org.biojava.nbio.structure.Chain chain)Creates an instance of this class from a chain instance from BioJava.Methods in pl.poznan.put.pdb.analysis that return types with arguments of type PdbChain Modifier and Type Method Description List<PdbChain>AbstractPdbModel. chains()Groups together residues in the same chain and repeat that for every chain.List<PdbChain>DefaultCifModel. chains()List<PdbChain>DefaultPdbModel. chains()List<PdbChain>ImmutableDefaultCifModel. chains()Groups together residues in the same chain and repeat that for every chain.List<PdbChain>ImmutableDefaultPdbModel. chains()Groups together residues in the same chain and repeat that for every chain.List<PdbChain>PdbModel. chains()Methods in pl.poznan.put.pdb.analysis with parameters of type PdbChain Modifier and Type Method Description intPdbChain. compareTo(PdbChain t)static ImmutablePdbChainImmutablePdbChain. copyOf(PdbChain instance)Creates an immutable copy of aPdbChainvalue.ImmutablePdbChain.BuilderImmutablePdbChain.Builder. from(PdbChain instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.analysis.PdbChaininstance.
-