jchrest.lib
Class GenericDomain

java.lang.Object
  extended by jchrest.lib.GenericDomain
All Implemented Interfaces:
DomainSpecifics

public class GenericDomain
extends java.lang.Object
implements DomainSpecifics

The GenericDomain is used when no domain-specific methods have been created.


Constructor Summary
GenericDomain()
           
 
Method Summary
 ListPattern normalise(ListPattern pattern)
           
 java.util.List<Square> proposeMovementFixations(Scene scene, Square square)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericDomain

public GenericDomain()
Method Detail

normalise

public ListPattern normalise(ListPattern pattern)
Specified by:
normalise in interface DomainSpecifics

proposeMovementFixations

public java.util.List<Square> proposeMovementFixations(Scene scene,
                                                       Square square)
Specified by:
proposeMovementFixations in interface DomainSpecifics