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)
           
 

Method Detail

normalise

ListPattern normalise(ListPattern pattern)

proposeMovementFixations

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