public interface TermGenerator<T extends ReasonerTerm,V extends ReasonerLocalVariable>
Modifier and Type | Method and Description |
---|---|
int |
generateTerms(GroundRuleStore ruleStore,
TermStore<T,V> termStore)
Use the ground rules in |ruleStore| to generate optimization terms and populate |termStore|.
|
int generateTerms(GroundRuleStore ruleStore, TermStore<T,V> termStore)
Copyright © 2020 University of California, Santa Cruz. All rights reserved.