public static class SideProofStore.Entry
extends java.lang.Object
SideProofStore.Entry of a SideProofStore.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
description
The description.
|
private KeYEnvironment<DefaultUserInterfaceControl> |
environment
The
KeYEnvironment. |
private Proof |
proof
The
Proof. |
| Constructor and Description |
|---|
Entry(java.lang.String description,
Proof proof)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description.
|
KeYEnvironment<DefaultUserInterfaceControl> |
getEnvironment()
Returns the
KeYEnvironment. |
Proof |
getProof()
Returns the
Proof. |
java.lang.String |
toString() |
private final java.lang.String description
private final KeYEnvironment<DefaultUserInterfaceControl> environment
KeYEnvironment.public java.lang.String getDescription()
public KeYEnvironment<DefaultUserInterfaceControl> getEnvironment()
KeYEnvironment.KeYEnvironment.public java.lang.String toString()
toString in class java.lang.Object