Interface Premise
- All Known Implementing Classes:
AnnotatedAtom,BinaryDisunifier,BinaryUnifier,NegatedAtom,PositiveAtom
public interface Premise
A premise in the body of a clause. This interface is under-specified to allow the addition of new
language features.
-
Method Summary
Modifier and TypeMethodDescription<I,O> O accept(PremiseVisitor<I, O> visitor, I state) applySubst(Substitution subst)
-
Method Details
-
accept
-
applySubst
-