Uses of Class
org.biojava.nbio.structure.EntityInfo
-
Packages that use EntityInfo Package Description org.biojava.nbio.structure org.biojava.nbio.structure.contact org.biojava.nbio.structure.io Input and Output of Structures -
-
Uses of EntityInfo in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return EntityInfo Modifier and Type Method Description EntityInfoStructure. getEntityById(int entityId)Request a particular entity by its entity id (mol id in legacy PDB format)EntityInfoStructureImpl. getEntityById(int entityId)Request a particular entity by its entity id (mol id in legacy PDB format)EntityInfoChain. getEntityInfo()Returns the EntityInfo for this chain.EntityInfoChainImpl. getEntityInfo()Methods in org.biojava.nbio.structure that return types with arguments of type EntityInfo Modifier and Type Method Description List<EntityInfo>Structure. getEntityInfos()Get all the EntityInfo for this Structure.List<EntityInfo>StructureImpl. getEntityInfos()Get all the EntityInfo for this Structure.Methods in org.biojava.nbio.structure with parameters of type EntityInfo Modifier and Type Method Description voidStructure. addEntityInfo(EntityInfo entityInfo)Add an EntityInfo to this StructurevoidStructureImpl. addEntityInfo(EntityInfo entityInfo)Add an EntityInfo to this StructurevoidChain. setEntityInfo(EntityInfo entityInfo)Sets the Entity informationvoidChainImpl. setEntityInfo(EntityInfo mol)Method parameters in org.biojava.nbio.structure with type arguments of type EntityInfo Modifier and Type Method Description voidStructure. setEntityInfos(List<EntityInfo> molList)Set the EntityInfovoidStructureImpl. setEntityInfos(List<EntityInfo> molList)Set the EntityInfoConstructors in org.biojava.nbio.structure with parameters of type EntityInfo Constructor Description EntityInfo(EntityInfo c)Constructs 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 EntityInfo Modifier and Type Method Description Pair<EntityInfo>StructureInterface. 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 EntityInfo Modifier and Type Method Description static List<EntityInfo>EntityFinder. findPolyEntities(List<List<Chain>> polyModels)Utility method that employs some heuristics to find theEntityInfos for the polymeric chains given in constructor.
-