Package org.rcsb.mmtf.spark.data
Class Segment
- java.lang.Object
-
- org.rcsb.mmtf.spark.data.Segment
-
- All Implemented Interfaces:
java.io.Serializable
public class Segment extends java.lang.Object implements java.io.SerializableSimple data structure for segments of proteins, e.g. fragments and chains.- Author:
- Anthony Bradley
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.vecmath.Point3d[]getCoordinates()java.lang.StringgetSequence()
-
-
-
Constructor Detail
-
Segment
public Segment(java.lang.String sequence, javax.vecmath.Point3d[] structure)Constructor for theSegmentobject.- Parameters:
sequence- theStringsequence of the objectstructure- thePoint3darray of the structure of the object
-
-