|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeBo
Represents a node and its properties.
| Method Summary | |
|---|---|
Element |
getFormula()
Get formula of node. |
ModuleContext |
getModuleContext()
Get module context the node is within. |
NodeVo |
getNodeVo()
Get node. |
QedeqNumbers |
getNumbers()
Get numbers of node. |
QedeqBo |
getParentQedeqBo()
Get parent the node is in. |
boolean |
hasFormula()
Has this node a formula? |
boolean |
isNotProved()
This means for propositions that at least not even one formal proof could be successfully checked for correctness. |
boolean |
isNotWellFormed()
Was this node checked unsuccessfully for formal correctness? This means checking the formal syntax of the node formulas. |
boolean |
isProved()
This means that at least one formal proof was successfully checked for correctness and a rule declaration was possible. |
boolean |
isWellFormed()
Was this node checked successfully for formal correctness? This means checking the formal syntax of the node formulas. |
| Method Detail |
|---|
QedeqBo getParentQedeqBo()
QedeqNumbers getNumbers()
ModuleContext getModuleContext()
boolean isWellFormed()
true.
true if the check was successful.boolean isNotWellFormed()
false.
true if the check was not successful.boolean isProved()
true.
true if the check was successful.boolean isNotProved()
false.
true if the check was not successful.boolean hasFormula()
Element getFormula()
null if this node is an Axiom,
PredicateDefinition, FunctionDefinition or Proposition.
NodeVo getNodeVo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||