Package org.rcsb.cif.schema.mm
Class PhasingMADClust
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingMADClust
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingMADClust
extends DelegatingCategory
Data items in the PHASING_MAD_CLUST category record details
about a cluster of experiments that contributed to the
generation of a set of phases.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PhasingMADClust(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetExptId()This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.StrColumngetId()The value of _phasing_MAD_clust.id must, together with _phasing_MAD_clust.expt_id, uniquely identify a record in the PHASING_MAD_CLUST list.IntColumngetNumberSet()The number of data sets in this cluster of data sets.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getExptId
This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.- Returns:
- StrColumn
-
getId
The value of _phasing_MAD_clust.id must, together with _phasing_MAD_clust.expt_id, uniquely identify a record in the PHASING_MAD_CLUST list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getNumberSet
The number of data sets in this cluster of data sets.- Returns:
- IntColumn
-