| Package | Description |
|---|---|
| net.sf.tweety.logics.fol.syntax.tptp.fof |
| Modifier and Type | Method and Description |
|---|---|
Set<TptpFofVariable> |
TptpFofQuantifiedFormula.getVariables() |
Set<TptpFofVariable> |
TptpFofForallQuantifiedFormula.getVariables() |
Set<TptpFofVariable> |
TptpFofExistsQuantifiedFormula.getVariables() |
| Constructor and Description |
|---|
TptpFofExistsQuantifiedFormula(Set<TptpFofVariable> variables,
TptpFofFormula formula)
Constructor
|
TptpFofForallQuantifiedFormula(Set<TptpFofVariable> variables,
TptpFofFormula formula)
Constructor
|
TptpFofQuantifiedFormula(Set<TptpFofVariable> variables,
TptpFofFormula formula) |
TptpFofSort(String name,
Set<TptpFofConstant> constants,
Set<TptpFofVariable> variables) |
Copyright © 2016. All rights reserved.