Uses of Class
pl.poznan.put.pdb.PdbModresLine
-
Packages that use PdbModresLine Package Description pl.poznan.put.pdb Contains classes responsible for PDB/mmCIF data modelling and analysis.pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files. -
-
Uses of PdbModresLine in pl.poznan.put.pdb
Subclasses of PdbModresLine in pl.poznan.put.pdb Modifier and Type Class Description classImmutablePdbModresLineImmutable implementation ofPdbModresLine.Methods in pl.poznan.put.pdb that return PdbModresLine Modifier and Type Method Description static PdbModresLinePdbModresLine. parse(String line)Parses text with MODRES line in PDB format.Methods in pl.poznan.put.pdb with parameters of type PdbModresLine Modifier and Type Method Description static ImmutablePdbModresLineImmutablePdbModresLine. copyOf(PdbModresLine instance)Creates an immutable copy of aPdbModresLinevalue.ImmutablePdbModresLine.BuilderImmutablePdbModresLine.Builder. from(PdbModresLine instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.PdbModresLineinstance. -
Uses of PdbModresLine in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return PdbModresLine Modifier and Type Method Description default PdbModresLinePdbModel. modificationDetails(PdbResidueIdentifier query)Provides details about modification of the residue.Methods in pl.poznan.put.pdb.analysis that return types with arguments of type PdbModresLine Modifier and Type Method Description abstract List<PdbModresLine>DefaultCifModel. modifiedResidues()abstract List<PdbModresLine>DefaultPdbModel. modifiedResidues()List<PdbModresLine>ImmutableDefaultCifModel. modifiedResidues()List<PdbModresLine>ImmutableDefaultPdbModel. modifiedResidues()List<PdbModresLine>PdbModel. modifiedResidues()Methods in pl.poznan.put.pdb.analysis with parameters of type PdbModresLine Modifier and Type Method Description ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. addModifiedResidues(PdbModresLine element)Adds one element tomodifiedResidueslist.ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. addModifiedResidues(PdbModresLine... elements)Adds elements tomodifiedResidueslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. addModifiedResidues(PdbModresLine element)Adds one element tomodifiedResidueslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. addModifiedResidues(PdbModresLine... elements)Adds elements tomodifiedResidueslist.ImmutableDefaultCifModelImmutableDefaultCifModel. withModifiedResidues(PdbModresLine... elements)Copy the current immutable object with elements that replace the content ofmodifiedResidues.ImmutableDefaultPdbModelImmutableDefaultPdbModel. withModifiedResidues(PdbModresLine... elements)Copy the current immutable object with elements that replace the content ofmodifiedResidues.Method parameters in pl.poznan.put.pdb.analysis with type arguments of type PdbModresLine Modifier and Type Method Description ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. addAllModifiedResidues(Iterable<? extends PdbModresLine> elements)Adds elements tomodifiedResidueslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. addAllModifiedResidues(Iterable<? extends PdbModresLine> elements)Adds elements tomodifiedResidueslist.ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. modifiedResidues(Iterable<? extends PdbModresLine> elements)Sets or replaces all elements formodifiedResidueslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. modifiedResidues(Iterable<? extends PdbModresLine> elements)Sets or replaces all elements formodifiedResidueslist.ImmutableDefaultCifModelImmutableDefaultCifModel. withModifiedResidues(Iterable<? extends PdbModresLine> elements)Copy the current immutable object with elements that replace the content ofmodifiedResidues.ImmutableDefaultPdbModelImmutableDefaultPdbModel. withModifiedResidues(Iterable<? extends PdbModresLine> elements)Copy the current immutable object with elements that replace the content ofmodifiedResidues.
-