*/
public void addBehaviourToReputationAlgorithm(Model model, Resource resource,
Class<? extends ReputationBehaviour> subclass,
ReputationAlgorithmImplementation repAlg) throws Exception {
ReputationBehaviour behaviour = (ReputationBehaviour
) getResourceFromCache(resource, subclass);
if(behaviour != null) {
repAlg.addBehaviour(behaviour, repAlg);
//behaviour.setRoot(repAlg);
return;