Package application.model.rules
Interface ApgtableGeneratable
- All Known Implementing Classes:
AlternatingRule,DeficientHROT,DeficientINT,HROT,HROTBSFKL,HROTDeadlyEnemies,HROTExtendedGenerations,HROTGenerations,HROTHistory,HROTRegeneratingGenerations,HROTSymbiosis,INT,IntegerHROT,INTEnergetic,INTGenerations,INTHistory,MultistateCyclicHROT
public interface ApgtableGeneratable
Rule families that support apgtable generation implement this interface
-
Method Summary
Modifier and Type Method Description RuleDirective[]generateApgtable()Generates an apgtable for apgsearch to use
-
Method Details
-
generateApgtable
RuleDirective[] generateApgtable()Generates an apgtable for apgsearch to use- Returns:
- Returns an array of rule directives to be placed in the ruletable
-