public class SingleProof extends ProofAggregate
| Constructor and Description |
|---|
SingleProof(Proof p,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<ProofAggregate> |
getChildren() |
ProofAggregate |
getChildrenAt(int i) |
Proof[] |
getProofs() |
ProofStatus |
getStatus() |
int |
hashCode() |
int |
size() |
createProofAggregate, createProofAggregate, createProofAggregate, description, getFirstProof, getProof, setProofEnv, toStringprivate final Proof proof
public SingleProof(Proof p, java.lang.String name)
public ProofStatus getStatus()
getStatus in class ProofAggregatepublic Proof[] getProofs()
getProofs in class ProofAggregatepublic boolean equals(java.lang.Object o)
equals in class ProofAggregatepublic int hashCode()
hashCode in class ProofAggregatepublic int size()
size in class ProofAggregatepublic java.util.List<ProofAggregate> getChildren()
getChildren in class ProofAggregatepublic ProofAggregate getChildrenAt(int i)
getChildrenAt in class ProofAggregate