Package | Description |
---|---|
de.uka.ilkd.key.logic.op |
contains the operators of
Term s. |
Modifier and Type | Field and Description |
---|---|
static Junctor |
Junctor.AND
the usual 'and' operator '/\' (be A, B formulae then 'A /\ B'
is true if and only if A is true and B is true
|
static Junctor |
Junctor.FALSE
the false constant
|
static Junctor |
Junctor.IMP
the usual 'implication' operator '->' (be A, B formulae then
'A -> B' is true if and only if A is false or B is true
|
static Junctor |
Junctor.NOT
the usual 'negation' operator '-'
|
static Junctor |
Junctor.OR
the usual 'or' operator '\/' (be A, B formulae then 'A \/ B'
is true if and only if A is true or B is true
|
static Junctor |
Junctor.TRUE
the true constant
|
Copyright © 2003-2019 The KeY-Project.