simuLCS
Class TemplateRSPSimple

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

public class TemplateRSPSimple
extends TemplateRSP

First simplification of the TemplateRSP, unfortunately this was not enough to obtain good results.

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
TemplateRSPSimple()
           
 
Method Summary
 Vector2D getVectorFromAction(Classifier c, Entity me, Entity otherEntity)
          Only the Action Part was modified (4 bits)
 
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

TemplateRSPSimple

public TemplateRSPSimple()
Method Detail

getVectorFromAction

public Vector2D getVectorFromAction(Classifier c,
                                    Entity me,
                                    Entity otherEntity)
Only the Action Part was modified (4 bits)

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