Interface AtomFactory
- All Known Implementing Classes:
DefaultAtomFactory
public interface AtomFactory
Factory for creating atoms and distinguished truth atoms.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
Modifier and TypeMethodDescriptionCreates a copy of the specified atom.Creates an atom with the specified predicate and no term.Creates an atom with the specified predicate and term array.Creates an atom with the specified predicate and term list.createEquality(Term t1, Term t2) Creates an equality atom between two terms.Returns the distinguished bottom atom.getTop()Returns the distinguished top atom.
-
Method Details
-
createEquality
-
create
-
create
-
create
-
create
-
getTop
-
getBottom
-