jchrest.lib
Interface DomainSpecifics

All Known Implementing Classes:
ChessDomain, GenericDomain

public interface DomainSpecifics

An interface for defining domain-specific methods.


Method Summary
 ListPattern normalise(ListPattern pattern)
           
 java.util.List<Square> proposeMovementFixations(Scene scene, Square square)
           
 java.util.Set<Square> proposeSalientSquareFixations(Scene scene, Chrest model)
           
 

Method Detail

normalise

ListPattern normalise(ListPattern pattern)

proposeSalientSquareFixations

java.util.Set<Square> proposeSalientSquareFixations(Scene scene,
                                                    Chrest model)

proposeMovementFixations

java.util.List<Square> proposeMovementFixations(Scene scene,
                                                Square square)