simuLCS
Class TemplateRSPVerySimple

java.lang.Object
  extended bysimuLCS.Template
      extended bysimuLCS.TemplateRSP
          extended bysimuLCS.TemplateRSPVerySimple

public class TemplateRSPVerySimple
extends TemplateRSP

A more simplified version of the TemplateRSP, with 2 bits for the Condition and 3 bits for the Action

Author:
Benoit

Field Summary
 
Fields inherited from class simuLCS.TemplateRSP
MIN_NB_ACTIONS_TO_AVOID_COVERING, MIN_SCALE, STEP_SCALE
 
Fields inherited from class simuLCS.Template
actions, conditions, name, NB_BITS_ACTION, NB_BITS_CONDITION, nbPartsAction, nbPartsCondition
 
Constructor Summary
TemplateRSPVerySimple()
           
 
Method Summary
 Vector2D getVectorFromAction(Classifier c, Entity me, Entity otherEntity)
          Calculate the Vector generated by the Action part of the Classifier This function gives the meaning of the Action part.
 
Methods inherited from class simuLCS.TemplateRSP
getMIN_NB_ACTIONS_TO_AVOID_COVERING, getMIN_SCALE, getMinNbActions, getNbPossibleActions, getPanActions, getPanConditions, getSTEP_SCALE, setMIN_NB_ACTIONS_TO_AVOID_COVERING, setMIN_SCALE, setSTEP_SCALE, testCondition, updateValuesUI
 
Methods inherited from class simuLCS.Template
getAction, getActions, getCondition, getConditions, getName, getNbBitsAction, getNbBitsCondition, getNbPartsCondition, getVectorFromActions, setName, testCondition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateRSPVerySimple

public TemplateRSPVerySimple()
Method Detail

getVectorFromAction

public Vector2D getVectorFromAction(Classifier c,
                                    Entity me,
                                    Entity otherEntity)
Description copied from class: TemplateRSP
Calculate the Vector generated by the Action part of the Classifier This function gives the meaning of the Action part.

Overrides:
getVectorFromAction in class TemplateRSP
See Also:
Template#getVectorFromAction(Classifier)