org.problets.domain.line
Class ExplanationPara
java.lang.Object
org.problets.domain.line.AbstractLine
org.problets.domain.line.AbstractExplanationLine
org.problets.domain.line.ExplanationPara
- All Implemented Interfaces:
- java.lang.Cloneable
public class ExplanationPara
- extends AbstractExplanationLine
ExplanationPara
Maintains one paragraph of explanation,
corresponding to one control structure.
- Author:
- Amruth Kumar
Method Summary |
java.util.Vector |
getExplanation()
|
void |
print()
Method implements a base clas method
Prints all the fields of the class |
void |
setExplanation(java.util.Vector inExplanation)
|
java.lang.String |
toString()
Method implements a base clas method
Returns only that which is entered into the log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExplanationPara
public ExplanationPara(DomainModel inExplainer,
int inEvent,
java.util.Vector inExplanation,
int inLineNumber)
setExplanation
public void setExplanation(java.util.Vector inExplanation)
getExplanation
public java.util.Vector getExplanation()
toString
public java.lang.String toString()
- Method implements a base clas method
Returns only that which is entered into the log
- Specified by:
toString
in class AbstractExplanationLine
print
public void print()
- Method implements a base clas method
Prints all the fields of the class
- Specified by:
print
in class AbstractExplanationLine