| Package | Description |
|---|---|
| net.sf.tweety.logics.commons.syntax | |
| net.sf.tweety.logics.commons.syntax.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variable.clone() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map<Variable,Term<?>>> |
RelationalFormula.allSubstitutions(Collection<? extends Term<?>> terms)
Computes all possible substitutions, i.e.
|
Set<Variable> |
QuantifiedFormulaSupport.getQuantifierVariables()
Returns the variables of this quantified formula.
|
Set<Variable> |
QuantifiedFormulaSupport.getUnboundVariables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QuantifiedFormulaSupport.isClosed(Set<Variable> boundVariables) |
boolean |
QuantifiedFormulaSupport.isWellBound(Set<Variable> boundVariables) |
void |
QuantifiedFormulaSupport.setQuantifierVariables(Set<Variable> variables) |
| Constructor and Description |
|---|
Variable(Variable other)
Copy-Ctor: Creates a deep copy of the given Variable
|
| Constructor and Description |
|---|
QuantifiedFormulaSupport(T formula,
Set<Variable> variables) |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable> |
QuantifiedFormula.getQuantifierVariables() |
Set<Variable> |
QuantifiedFormula.getUnboundVariables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QuantifiedFormula.isClosed(Set<Variable> boundVariables)
Checks whether this formula is closed, i.e.
|
boolean |
QuantifiedFormula.isWellBound(Set<Variable> boundVariables)
Checks whether this formula is well-bound, i.e.
|
Copyright © 2018. All rights reserved.