| Package | Description |
|---|---|
| net.sf.tweety.logics.commons.syntax |
| Modifier and Type | Method and Description |
|---|---|
Functor |
Functor.clone() |
Functor |
FunctionalTerm.getFunctor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<Functor> |
RelationalFormula.getFunctors() |
Set<Functor> |
QuantifiedFormulaSupport.getFunctors() |
| Constructor and Description |
|---|
FunctionalTerm(Functor functor)
Creates a new functional term with the given functor.
|
FunctionalTerm(Functor functor,
List<Term<?>> arguments)
Creates a new functional term with the given functor and the given list
of arguments.
|
FunctionalTerm(Functor functor,
Term<?>... terms) |
Copyright © 2018. All rights reserved.