Package org.rcsb.cif.model.generated
Class PhasingIsomorphous
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PhasingIsomorphous
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PhasingIsomorphous extends BaseCategory
Data items in the PHASING_ISOMORPHOUS category record details about the phasing of the structure where a model isomorphous to the structure being phased was used to generate the initial phases.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PhasingIsomorphous(String name)PhasingIsomorphous(String name, int rowCount, Object[] encodedColumns)PhasingIsomorphous(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDetails()A description of special aspects of the isomorphous phasing.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetMethod()A description of the isomorphous-phasing method used to phase this structure.StrColumngetParent()Reference to the structure used to generate starting phases if the structure referenced in this data block was phased by virtue of being isomorphous to a known structure (e.g.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getDetails
public StrColumn getDetails()
A description of special aspects of the isomorphous phasing.- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
A description of the isomorphous-phasing method used to phase this structure. Note that this is not the computer program used, which is described in the SOFTWARE category, but rather the method itself. This data item should be used to describe significant methodological options used within the isomorphous phasing program.- Returns:
- StrColumn
-
getParent
public StrColumn getParent()
Reference to the structure used to generate starting phases if the structure referenced in this data block was phased by virtue of being isomorphous to a known structure (e.g. a mutant that crystallizes in the same space group as the wild-type protein.)- Returns:
- StrColumn
-
-