| Package | Description |
|---|---|
| net.sf.tweety.logics.commons.syntax | |
| net.sf.tweety.logics.commons.syntax.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
Concept
This class models concepts used in description logics
|
class |
Role
This class implements a role used in description logics
Every role is an predicate consisting of two individuals
|
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Predicate.clone() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Predicate> |
RelationalFormula.getPredicateCls() |
Class<? extends Predicate> |
AssociativeFormulaSupport.getPredicateCls() |
Set<? extends Predicate> |
QuantifiedFormulaSupport.getPredicates() |
Set<? extends Predicate> |
AssociativeFormulaSupport.getPredicates() |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Atom.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Predicate> |
SimpleLogicalFormula.getPredicateCls() |
Set<? extends Predicate> |
SimpleLogicalFormula.getPredicates()
Processes the set of all predicates which appear in this
formula
|
| Modifier and Type | Method and Description |
|---|---|
static Atom.RETURN_SET_PREDICATE |
Atom.AtomImpl.implSetPredicate(Predicate old,
Predicate newer,
List<Term<?>> arguments) |
Atom.RETURN_SET_PREDICATE |
Atom.setPredicate(Predicate predicate)
Changes the predicate of the atom.
|
Copyright © 2018. All rights reserved.