|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterfaceHandlesNewInput
This interface is implemented by classes that are capable of handling new input within CLARION.
Usage:
Any class that implements this interface will be given the "new input" during the training phase (to facilitate training) after perception has occurred, but before action decision making takes place.
Known classes implementing this interface:
Method Summary | |
---|---|
java.util.Collection<Dimension> |
getNewInput()
Gets the new inputs. |
void |
setNewInput(java.util.Collection<Dimension> input)
Sets the new input. |
Method Detail |
---|
java.util.Collection<Dimension> getNewInput()
void setNewInput(java.util.Collection<Dimension> input)
input
- The input to set as new input.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |