John W. Campbell
This class holds the symmetry data for the commonly used
space groups for protein crystals.
Class and methods:
Class Details
Accessible Fields
Methods
- Package:
- Jdl.JdlPX;
- Class name:
- JdlSymops
- Class definition:
- public class JdlSymops
- Extends:
- Object
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
Methods are available to get the number of lines of symmetry
data and return a requested line of data.
Methods:
Number of lines - getNumberOfSymmetryLines
Get symmetry line - getSymmetryDataLine
Get the number of symmetry lines present.
- Method Definition:
- public static int getNumberOfSymmetryLines()
- Parameters List:
- none
- Method Return:
-
The number of lines
Get a requested symmetry line.
- Method Definition:
- public static String getSymmetryDataLine(int lin)
- Parameters List:
- lin
- The line number of the symmetry line to be fetched
- Method Return:
-
The symmetry data line (null if not present)
⇑ Up 2
⇑ Up 1
⇑ Top of this