public interface SimpleLogicalFormula
extends net.sf.tweety.commons.Formula
| Modifier and Type | Method and Description |
|---|---|
SimpleLogicalFormula |
clone()
Creates a deep copy of this formula
|
boolean |
equals(Object other) |
Set<? extends Atom> |
getAtoms()
Processes the set of all atoms which appear in this formula
|
Class<? extends Predicate> |
getPredicateCls() |
Set<? extends Predicate> |
getPredicates()
Processes the set of all predicates which appear in this
formula
|
int |
hashCode() |
boolean |
isLiteral() |
Set<? extends Atom> getAtoms()
Set<? extends Predicate> getPredicates()
Class<? extends Predicate> getPredicateCls()
boolean isLiteral()
SimpleLogicalFormula clone()
Copyright © 2018. All rights reserved.