|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.state.AbstractState
org.qedeq.kernel.se.state.WellFormedState
public final class WellFormedState
Represents a mathematical module state. Every instance of this class is unique.
| Field Summary | |
|---|---|
static WellFormedState |
STATE_CHECKED
Successfully completely checked. |
static WellFormedState |
STATE_EXTERNAL_CHECKING
External checking. |
static WellFormedState |
STATE_EXTERNAL_CHECKING_FAILED
External checking failed. |
static WellFormedState |
STATE_INTERNAL_CHECKING
Internal checking phase. |
static WellFormedState |
STATE_INTERNAL_CHECKING_FAILED
Internal check failed. |
static WellFormedState |
STATE_UNCHECKED
Unchecked. |
| Method Summary |
|---|
| Methods inherited from class org.qedeq.kernel.se.state.AbstractState |
|---|
equals, getCode, getText, hashCode, isFailure, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.qedeq.kernel.se.common.State |
|---|
getCode, getText, isFailure |
| Field Detail |
|---|
public static final WellFormedState STATE_UNCHECKED
public static final WellFormedState STATE_EXTERNAL_CHECKING
public static final WellFormedState STATE_EXTERNAL_CHECKING_FAILED
public static final WellFormedState STATE_INTERNAL_CHECKING
public static final WellFormedState STATE_INTERNAL_CHECKING_FAILED
public static final WellFormedState STATE_CHECKED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||