Uses of Class
org.biojava.nbio.structure.EntityInfo
Packages that use EntityInfo
Package
Description
Interfaces and classes for protein structure (PDB).
Input and Output of Structures
-
Uses of EntityInfo in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return EntityInfoModifier 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()
Methods in org.biojava.nbio.structure that return types with arguments of type EntityInfoModifier and TypeMethodDescriptionStructure.getEntityInfos()
Get all the EntityInfo for this Structure.StructureImpl.getEntityInfos()
Get all the EntityInfo for this Structure.Methods in org.biojava.nbio.structure with parameters of type EntityInfoModifier 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) Method parameters in org.biojava.nbio.structure with type arguments of type EntityInfoModifier and TypeMethodDescriptionvoid
Structure.setEntityInfos
(List<EntityInfo> molList) Set the EntityInfovoid
StructureImpl.setEntityInfos
(List<EntityInfo> molList) Set the EntityInfoConstructors in org.biojava.nbio.structure with parameters of type 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
Methods in org.biojava.nbio.structure.contact that return types with arguments of type EntityInfoModifier 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
Methods in org.biojava.nbio.structure.io that return types with arguments of type EntityInfoModifier 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.