Uses of Class
org.biojava.nbio.structure.EntityInfo
Package
Description
Interfaces and classes for protein structure (PDB).
Input and Output of Structures
-
Uses of EntityInfo in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionStructure.getEntityById
(int entityId) Request a particular entity by its entity id (mol id in legacy PDB format)StructureImpl.getEntityById
(int entityId) Request a particular entity by its entity id (mol id in legacy PDB format)Chain.getEntityInfo()
Returns the EntityInfo for this chain.ChainImpl.getEntityInfo()
Modifier and TypeMethodDescriptionStructure.getEntityInfos()
Get all the EntityInfo for this Structure.StructureImpl.getEntityInfos()
Get all the EntityInfo for this Structure.Modifier and TypeMethodDescriptionvoid
Structure.addEntityInfo
(EntityInfo entityInfo) Add an EntityInfo to this Structurevoid
StructureImpl.addEntityInfo
(EntityInfo entityInfo) Add an EntityInfo to this Structurevoid
Chain.setEntityInfo
(EntityInfo entityInfo) Sets the Entity informationvoid
ChainImpl.setEntityInfo
(EntityInfo mol) Modifier and TypeMethodDescriptionvoid
Structure.setEntityInfos
(List<EntityInfo> molList) Set the EntityInfovoid
StructureImpl.setEntityInfos
(List<EntityInfo> molList) Set the EntityInfoModifierConstructorDescriptionConstructs a new EntityInfo copying all data from the given one but not setting the Chains -
Uses of EntityInfo in org.biojava.nbio.structure.contact
Modifier and TypeMethodDescriptionStructureInterface.getParentCompounds()
Finds the parent entities by looking up the references of first atom of each side of this interface -
Uses of EntityInfo in org.biojava.nbio.structure.io
Modifier and TypeMethodDescriptionstatic List
<EntityInfo> EntityFinder.findPolyEntities
(List<List<Chain>> polyModels) Utility method that employs some heuristics to find theEntityInfo
s for the polymeric chains given in constructor.