Package org.rcsb.cif.model.generated
Class SymmetryEquiv
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.SymmetryEquiv
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class SymmetryEquiv extends BaseCategory
Data items in the SYMMETRY_EQUIV category list the symmetry-equivalent positions for the space group.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description SymmetryEquiv(String name)SymmetryEquiv(String name, int rowCount, Object[] encodedColumns)SymmetryEquiv(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetId()The value of _symmetry_equiv.id must uniquely identify a record in the SYMMETRY_EQUIV category.StrColumngetPosAsXyz()Symmetry-equivalent position in the 'xyz' representation.-
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
-
getId
public StrColumn getId()
The value of _symmetry_equiv.id must uniquely identify a record in the SYMMETRY_EQUIV category. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getPosAsXyz
public StrColumn getPosAsXyz()
Symmetry-equivalent position in the 'xyz' representation. Except for the space group P1, these data will be repeated in a loop. The format of the data item is as per International Tables for Crystallography Vol. A (2002). All equivalent positions should be entered, including those for lattice centring and a centre of symmetry, if present.- Returns:
- StrColumn
-
-