Constructor and Description |
---|
ProofNavigatorProblem(Declaration[] decls,
Expression goal,
java.io.File dir,
ErrorStream out)
Construct a proving problem from declarations and goal.
|
Modifier and Type | Method and Description |
---|---|
Declaration |
PNParser.declaration() |
Declaration |
PN2Parser.declaration() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Main.displayGoal(Declaration[] decls,
FormulaDeclaration goal)
Display goal
|
static boolean |
Main.newDeclaration(Declaration decl)
Signal new declaration.
|
Constructor and Description |
---|
DeclarationC(Declaration decl)
Create a "declaration" command.
|
Modifier and Type | Method and Description |
---|---|
static Declaration |
Store.readDeclaration(java.io.File file)
Read declaration from file.
|
static Declaration |
Store.toDeclaration(org.w3c.dom.Node node)
Convert DOM node to declaration.
|
static Declaration |
OMDoc.toDeclaration(org.w3c.dom.Node node)
Convert OMDoc representation to declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
MathML.appendDecl(org.w3c.dom.Node parent,
Declaration object)
Convert declaration to DOM representation of HTML/MathML markup.
|
void |
PrettyMathML.appendDecl(org.w3c.dom.Node parent,
Declaration object)
Convert declaration to DOM representation of HTML/MathML markup.
|
boolean |
Store.hasChanged(Declaration decl)
Signal whether declaration has changed compared to that in store.
|
void |
PrettyPrinter.print(Declaration decl)
Pretty-print declaration.
|
org.w3c.dom.Element |
OMDoc.toNode(Declaration decl)
Convert declaration to OMDoc representation in DOM format.
|
boolean |
Store.write(Declaration decl,
java.util.Collection<Symbol> referenced)
Write declaration to store.
|
boolean |
Presenter.writeDeclaration(Declaration decl)
Write declaration to declaration file.
|
Modifier and Type | Method and Description |
---|---|
void |
Prover.addDeclaration(Declaration decl)
add declaration
|
Modifier and Type | Method and Description |
---|---|
Declaration |
CVCL.parseDeclaration(java.lang.String string)
Parse CVCL String as a declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
CVCL.addDeclaration(Declaration decl)
Add declaration.
|
Modifier and Type | Class and Description |
---|---|
class |
AxiomDeclaration
Handling of type declarations.
|
class |
DeclarationBase
Base class of type expressions.
|
class |
FormulaDeclaration
Handling of type declarations.
|
class |
TypeDeclaration
Handling of type declarations.
|
class |
ValueDeclaration
Handling of value declarations.
|
Modifier and Type | Method and Description |
---|---|
static Declaration[] |
ASTUtil.toDeclarationArray(java.util.Vector<Declaration> v)
converts vector v of Declaration objects to Declaration array
|
Modifier and Type | Method and Description |
---|---|
static Declaration[] |
ASTUtil.toDeclarationArray(java.util.Vector<Declaration> v)
converts vector v of Declaration objects to Declaration array
|