|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.judge.parser.TurnParser.Turn
A Turn object is created for each Turn detected in the History file.
Constructor Summary | |
TurnParser.Turn()
|
Method Summary | |
java.lang.String |
getDateLine()
Returns the unparsed Date: line |
Phase |
getPhase()
Returns the PhaseType, or null if it cannot be detected. |
java.lang.String |
getSubjectLine()
Returns the unparsed Subject: line |
java.lang.String |
getText()
Returns the text between Subject: upto (but not including) the next Date: line |
void |
setDateLine(java.lang.String value)
Sets the unparsed Date: line |
void |
setPhase(Phase value)
Sets the PhaseType |
void |
setSubjectLine(java.lang.String value)
Sets the unparsed Subject: line |
void |
setText(java.lang.String value)
Sets the text between Subject: and upto (but not including) the next Date: line |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TurnParser.Turn()
Method Detail |
public void setDateLine(java.lang.String value)
public void setSubjectLine(java.lang.String value)
public void setPhase(Phase value)
public void setText(java.lang.String value)
public java.lang.String getDateLine()
public java.lang.String getSubjectLine()
public Phase getPhase()
public java.lang.String getText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |