Uses of Class
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Norm

Packages that use Norm
es.upv.dsic.gti_ia.argAgents.knowledgeResources   
 

Uses of Norm in es.upv.dsic.gti_ia.argAgents.knowledgeResources
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return types with arguments of type Norm
 ArrayList<Norm> SocialEntity.getNorms()
           
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type Norm
 void SocialEntity.addNorm(Norm newNorm)
           
 void SocialEntity.removeNorm(Norm oldNorm)
           
 

Method parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type Norm
 void SocialEntity.setNorms(ArrayList<Norm> newNorms)
           
 

Constructor parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type Norm
SocialEntity(long id, String name, String role, ArrayList<Norm> norms, ValPref valpref)
           
 



Copyright © 2012 GTI-IA. All Rights Reserved.