Uses of Interface
org.biojava.nbio.structure.StructureIdentifier
Packages that use StructureIdentifier
Package
Description
Interfaces and classes for protein structure (PDB).
This package deals with the server communication for auto-downloading pre-calculated alignments.
Some utility classes for the protein structure GUIs.
Parsers and API for SCOP, Structural Classification of Proteins.
-
Uses of StructureIdentifier in org.biojava.nbio.structure
Classes in org.biojava.nbio.structure that implement StructureIdentifierModifier and TypeClassDescriptionclass
class
A stub StructureIdentifier, representing the full structure in all cases.class
This is the canonical way to identify a part of a structure.class
Represents a structure loaded from a URL (including a file URL)Methods in org.biojava.nbio.structure that return StructureIdentifierModifier and TypeMethodDescriptionStructure.getStructureIdentifier()
Get an identifier corresponding to this structureStructureImpl.getStructureIdentifier()
Methods in org.biojava.nbio.structure with parameters of type StructureIdentifierModifier and TypeMethodDescriptionvoid
Structure.setStructureIdentifier
(StructureIdentifier structureIdentifier) Set the identifier corresponding to this structurevoid
StructureImpl.setStructureIdentifier
(StructureIdentifier structureIdentifier) -
Uses of StructureIdentifier in org.biojava.nbio.structure.align.client
Classes in org.biojava.nbio.structure.align.client that implement StructureIdentifierModifier and TypeClassDescriptionclass
A utility class that makes working with names of structures, domains and ranges easier.Methods in org.biojava.nbio.structure.align.client that return StructureIdentifierModifier and TypeMethodDescriptionStructureName.getBaseIdentifier()
StructureName wraps another StructureIdentifier. -
Uses of StructureIdentifier in org.biojava.nbio.structure.align.gui
Methods in org.biojava.nbio.structure.align.gui that return StructureIdentifier -
Uses of StructureIdentifier in org.biojava.nbio.structure.align.multiple
Methods in org.biojava.nbio.structure.align.multiple that return StructureIdentifierModifier and TypeMethodDescriptionMultipleAlignment.getStructureIdentifier
(int index) Returns the StructureIdentifier associated with the structure index from its parent Ensemble.MultipleAlignmentImpl.getStructureIdentifier
(int index) Methods in org.biojava.nbio.structure.align.multiple that return types with arguments of type StructureIdentifierModifier and TypeMethodDescriptionMultipleAlignmentEnsemble.getStructureIdentifiers()
Returns a List containing the names of the structures aligned (i.e.: PDB code, SCOP domain, etc.).MultipleAlignmentEnsembleImpl.getStructureIdentifiers()
Method parameters in org.biojava.nbio.structure.align.multiple with type arguments of type StructureIdentifierModifier and TypeMethodDescriptionvoid
MultipleAlignmentEnsemble.setStructureIdentifiers
(List<StructureIdentifier> structureIdentifiers) Set the List containing the names of the structures aligned (i.e.: PDB code, SCOP domain, etc.).void
MultipleAlignmentEnsembleImpl.setStructureIdentifiers
(List<StructureIdentifier> structureNames) Constructor parameters in org.biojava.nbio.structure.align.multiple with type arguments of type StructureIdentifierModifierConstructorDescriptionMultipleAlignmentEnsembleImpl
(List<StructureIdentifier> structureIdentifiers) Constructor using structure identifiers. -
Uses of StructureIdentifier in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type StructureIdentifierModifier and TypeMethodDescriptionAtom[]
AtomCache.getAtoms
(StructureIdentifier name) Atom[]
AtomCache.getRepresentativeAtoms
(StructureIdentifier name) AtomCache.getStructure
(StructureIdentifier strucId) Get the structure corresponding to the givenStructureIdentifier
. -
Uses of StructureIdentifier in org.biojava.nbio.structure.cath
Classes in org.biojava.nbio.structure.cath that implement StructureIdentifier -
Uses of StructureIdentifier in org.biojava.nbio.structure.cluster
Methods in org.biojava.nbio.structure.cluster that return StructureIdentifierModifier and TypeMethodDescriptionSubunit.getIdentifier()
The standard identifier of the Subunit.Constructors in org.biojava.nbio.structure.cluster with parameters of type StructureIdentifierModifierConstructorDescriptionSubunit
(Atom[] reprAtoms, String name, StructureIdentifier identifier, Structure structure) A Subunit is solely defined by the coordinates of the representative Atoms of its residues. -
Uses of StructureIdentifier in org.biojava.nbio.structure.ecod
Classes in org.biojava.nbio.structure.ecod that implement StructureIdentifierModifier and TypeClassDescriptionclass
An EcodDomain contains all the information of the ECOD database: id, classification groups (from higher to lower in the tree: X,H,T,F), PDB code, chain, residue ranges and status (manual or automatic classification). -
Uses of StructureIdentifier in org.biojava.nbio.structure.gui.util
Methods in org.biojava.nbio.structure.gui.util that return types with arguments of type StructureIdentifier -
Uses of StructureIdentifier in org.biojava.nbio.structure.scop
Classes in org.biojava.nbio.structure.scop that implement StructureIdentifier -
Uses of StructureIdentifier in org.biojava.nbio.structure.symmetry.internal
Methods in org.biojava.nbio.structure.symmetry.internal that return StructureIdentifierMethods in org.biojava.nbio.structure.symmetry.internal that return types with arguments of type StructureIdentifierModifier and TypeMethodDescriptionCeSymmResult.getRepeatsID()
Return the symmetric repeats as structure identifiers, if the result is symmetric and it was refined, return null otherwise.Methods in org.biojava.nbio.structure.symmetry.internal with parameters of type StructureIdentifierModifier and TypeMethodDescriptionvoid
CeSymmResult.setStructureId
(StructureIdentifier structureId)