Uses of Class
org.biojava.bio.structure.DBRef
-
Packages that use DBRef Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB). -
-
Uses of DBRef in org.biojava.bio.structure
Methods in org.biojava.bio.structure that return types with arguments of type DBRef Modifier and Type Method Description java.util.List<DBRef>Structure. getDBRefs()get the list of database referencesjava.util.List<DBRef>StructureImpl. getDBRefs()Method parameters in org.biojava.bio.structure with type arguments of type DBRef Modifier and Type Method Description voidStructure. setDBRefs(java.util.List<DBRef> dbrefs)set the list of database references for this structurevoidStructureImpl. setDBRefs(java.util.List<DBRef> dbrefs)
-