Package pl.poznan.put.pdb
Class PdbTitleLine
java.lang.Object
pl.poznan.put.pdb.PdbTitleLine
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImmutablePdbTitleLine
A representation of TITLE line in PDB format.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdbTitleLine
public PdbTitleLine()
-
-
Method Details
-
parse
Parses a line of text as TITLE in PDB format.- Parameters:
line
- A TITLE line.- Returns:
- An instance of this class.
-
continuation
- Returns:
- The value of the
continuation
attribute
-
title
- Returns:
- The value of the
title
attribute
-
toString
-
toPdb
- Returns:
- A line in PDB format.
-