/** * */ package xhail.core.terms; /** * @author stefano * */ public interface Term { // public Collection<Term> matches(SchemeTerm term, Collection<Term> usables, Set<Atom> facts); }