Package org.rcsb.cif.schema.mm
Class SpaceGroupSymop
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.SpaceGroupSymop
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class SpaceGroupSymop
extends DelegatingCategory
Contains information about the symmetry operations of the
space group.
-
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 SpaceGroupSymop(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetId()An arbitrary identifier that uniquely labels each symmetry operation in the list.StrColumngetOperationXyz()A parsable string giving one of the symmetry operations of the space group in algebraic form.StrColumngetSgId()This must match a particular value of _space_group.id, allowing the symmetry operation to be identified with a particular space group.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
An arbitrary identifier that uniquely labels each symmetry operation in the list.- Returns:
- StrColumn
-
getOperationXyz
A parsable string giving one of the symmetry operations of the space group in algebraic form. If W is a matrix representation of the rotational part of the symmetry operation defined by the positions and signs of x, y and z, and w is a column of translations defined by the fractions, an equivalent position X' is generated from a given position X by the equation X' = WX + w (Note: X is used to represent bold_italics_x in International Tables for Crystallography Vol. A, Part 5) When a list of symmetry operations is given, it must contain a complete set of coordinate representatives which generates all the operations of the space group by the addition of all primitive translations of the space group. Such representatives are to be found as the coordinates of the general-equivalent position in International Tables for Crystallography Vol. A (2002), to which it is necessary to add any centring translations shown above the general-equivalent position. That is to say, it is necessary to list explicity all the symmetry operations required to generate all the atoms in the unit cell defined by the setting used.- Returns:
- StrColumn
-
getSgId
This must match a particular value of _space_group.id, allowing the symmetry operation to be identified with a particular space group.- Returns:
- StrColumn
-