|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjchrest.lib.GenericDomain
public class GenericDomain
The GenericDomain is used when no domain-specific methods have been created.
Constructor Summary | |
---|---|
GenericDomain()
|
Method Summary | |
---|---|
ListPattern |
normalise(ListPattern pattern)
No change to pattern, as no definition of normalise. |
java.util.List<Square> |
proposeMovementFixations(Scene scene,
Square square)
No possible movement fixations, so return empty list of proposals. |
java.util.Set<Square> |
proposeSalientSquareFixations(Scene scene,
Chrest model)
Return a random square on scene. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericDomain()
Method Detail |
---|
public ListPattern normalise(ListPattern pattern)
normalise
in interface DomainSpecifics
public java.util.Set<Square> proposeSalientSquareFixations(Scene scene, Chrest model)
proposeSalientSquareFixations
in interface DomainSpecifics
public java.util.List<Square> proposeMovementFixations(Scene scene, Square square)
proposeMovementFixations
in interface DomainSpecifics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |