|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPandora.Justification
public class Justification
Implements the Justification for a line in a proof.
Constructor Summary | |
---|---|
Justification(java.lang.String type)
Constructs a Justification. |
|
Justification(java.lang.String type,
java.util.List<ProofLine> input)
Constructs a Justification. |
Method Summary | |
---|---|
java.lang.String |
display()
Returns a String which can be used to display the Justification in the Proofline. |
java.util.List<ProofLine> |
getExtraLines()
Returns the extra lines contained in the justification. |
java.util.List<ProofLine> |
getLines()
Returns the lines contained in the Justification. |
java.lang.String |
getSymbol()
Returns the String representing the type of the Justification. |
void |
setExtraLines(java.util.List<ProofLine> extraLines)
Sets the extra lines of the justification. |
void |
setLines(java.util.List<ProofLine> lines)
Sets the lines of the justification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Justification(java.lang.String type)
type
- Uses Types class to create a Justification of the given typepublic Justification(java.lang.String type, java.util.List<ProofLine> input)
type
- Uses Types class to create a Justification of the given typeinput
- A list of lines that are used in the JustificationMethod Detail |
---|
public java.lang.String display()
public java.lang.String getSymbol()
public java.util.List<ProofLine> getLines()
public void setLines(java.util.List<ProofLine> lines)
public java.util.List<ProofLine> getExtraLines()
public void setExtraLines(java.util.List<ProofLine> extraLines)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |