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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getProcessId

      public IntColumn getProcessId()
      An identifier for the ordered process. Forms the category key together with _ihm_ordered_ensemble.edge_id.
      Returns:
      IntColumn
    • getProcessDescription

      public StrColumn getProcessDescription()
      Description of the ordered process.
      Returns:
      StrColumn
    • getEdgeId

      public IntColumn 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

      public StrColumn getEdgeDescription()
      Description of the edge.
      Returns:
      StrColumn
    • getStepId

      public IntColumn getStepId()
      Identifier for a particular step in the ordered process.
      Returns:
      IntColumn
    • getStepDescription

      public StrColumn getStepDescription()
      Description of the step.
      Returns:
      StrColumn
    • getOrderedBy

      public StrColumn getOrderedBy()
      The parameter based on which the ordering is carried out.
      Returns:
      StrColumn
    • getModelGroupIdBegin

      public IntColumn 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

      public 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