|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterfaceHasMatchCalculator
This interface is implemented by classes that wish to use their own match calculator within CLARION.
Usage:
Any class that implements this interface will use its own match calculator when updating match statistics instead of using the subsystem-wide match calculator.
Known classes implementing this interface:
Method Summary | |
---|---|
AbstractMatchCalculator |
getMatchCalculator()
Gets the match calculator used by the class. |
void |
setMatchCalculator(AbstractMatchCalculator MatchCalculator)
Sets the match calculator. |
Method Detail |
---|
AbstractMatchCalculator getMatchCalculator()
void setMatchCalculator(AbstractMatchCalculator MatchCalculator)
MatchCalculator
- The match calculator to assign to the class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |