Uses of Class
org.rcsb.strucmotif.domain.structure.Structure
Packages that use Structure
Package
Description
-
Uses of Structure in org.rcsb.strucmotif.core
Methods in org.rcsb.strucmotif.core with parameters of type StructureModifier and TypeMethodDescriptionKruskalMotifPruner.prune(Structure structure, List<LabelSelection> labelSelections, List<Map<LabelAtomId, float[]>> residues) MotifPruner.prune(Structure structure, List<LabelSelection> labelSelections, List<Map<LabelAtomId, float[]>> residues) Perform pruning operation (e.g.NoOperationMotifPruner.prune(Structure structure, List<LabelSelection> labelSelections, List<Map<LabelAtomId, float[]>> residues) -
Uses of Structure in org.rcsb.strucmotif.domain.query
Methods in org.rcsb.strucmotif.domain.query that return StructureMethods in org.rcsb.strucmotif.domain.query with parameters of type StructureModifier and TypeMethodDescriptionQueryBuilder.defineByStructureAndSelection(Structure structure, List<LabelSelection> labelSelections) Routine if structure files contains extracted motif. -
Uses of Structure in org.rcsb.strucmotif.domain.result
Methods in org.rcsb.strucmotif.domain.result with parameters of type Structure -
Uses of Structure in org.rcsb.strucmotif.domain.structure
Constructors in org.rcsb.strucmotif.domain.structure with parameters of type StructureModifierConstructorDescriptionResidueGraph(Structure structure, float squaredCutoff, boolean allowTransformed) Construct a new residue graph from a full structure.ResidueGraph(Structure structure, List<LabelSelection> labelSelections, List<Map<LabelAtomId, float[]>> residues, float squaredCutoff, boolean allowTransformed) Construct a residue graph. -
Uses of Structure in org.rcsb.strucmotif.io
Methods in org.rcsb.strucmotif.io that return StructureModifier and TypeMethodDescriptionStructureDataProvider.readFromInputStream(InputStream inputStream) Read everything from an input stream.StructureDataProviderImpl.readFromInputStream(InputStream inputStream) StructureReader.readFromInputStream(InputStream inputStream) Read from a InputStream and parse the corresponding Structure.StructureReaderImpl.readFromInputStream(InputStream inputStream) StructureDataProvider.readOriginal(String structureIdentifier) Read a selected range from an original structure.StructureDataProviderImpl.readOriginal(String structureIdentifier) StructureDataProvider.readRenumbered(String structureIdentifier) Read a renumbered structure entirely.StructureDataProviderImpl.readRenumbered(String structureIdentifier) Read some structure entirely.