Package org.rcsb.cif.schema.mm
Class IhmOrderedEnsemble
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmOrderedEnsemble
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmOrderedEnsemble
extends DelegatingCategory
Data items in the IHM_ORDERED_ENSEMBLE category records the
details of the ensembles ordered by time or other order.
Ordered ensembles are described as directed graphs with
edges between nodes representing models or model groups.
-
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 IhmOrderedEnsemble(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEdgeDescription()Description of the edge.IntColumngetEdgeId()An identifier that describes an edge in a directed graph, which represents an ordered ensemble.IntColumngetModelGroupIdBegin()The model group id corresponding to the node at the origin of directed edge.IntColumngetModelGroupIdEnd()The model group id corresponding to the node at the end of the directed edge.StrColumngetOrderedBy()The parameter based on which the ordering is carried out.StrColumngetProcessDescription()Description of the ordered process.IntColumngetProcessId()An identifier for the ordered process.StrColumngetStepDescription()Description of the step.IntColumngetStepId()Identifier for a particular step in the ordered process.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getProcessId
An identifier for the ordered process. Forms the category key together with _ihm_ordered_ensemble.edge_id.- Returns:
- IntColumn
-
getProcessDescription
Description of the ordered process.- Returns:
- StrColumn
-
getEdgeId
An identifier that describes an edge in a directed graph, which represents an ordered ensemble. Forms the category key together with _ihm_ordered_ensemble.process_id.- Returns:
- IntColumn
-
getEdgeDescription
Description of the edge.- Returns:
- StrColumn
-
getStepId
Identifier for a particular step in the ordered process.- Returns:
- IntColumn
-
getStepDescription
Description of the step.- Returns:
- StrColumn
-
getOrderedBy
The parameter based on which the ordering is carried out.- Returns:
- StrColumn
-
getModelGroupIdBegin
The model group id corresponding to the node at the origin of directed edge. This data item is a pointer to _ihm_model_group.id in the IHM_MODEL_GROUP category.- Returns:
- IntColumn
-
getModelGroupIdEnd
The model group id corresponding to the node at the end of the directed edge. This data item is a pointer to _ihm_model_group.id in the IHM_MODEL_GROUP category.- Returns:
- IntColumn
-