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

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

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

Subclasses of SocialEntity in es.upv.dsic.gti_ia.argAgents.knowledgeResources
 class Group
          Implementation of the concept Group
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return SocialEntity
 SocialEntity SocialContext.getOpponent()
           
 SocialEntity SocialContext.getProponent()
           
 

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

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type SocialEntity
 void Group.addMember(SocialEntity newMember)
           
 void Group.removeMember(SocialEntity oldMember)
           
 void SocialContext.setOpponent(SocialEntity newOpponent)
           
 void SocialContext.setProponent(SocialEntity newProponent)
           
 

Method parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type SocialEntity
 void Group.setMembers(ArrayList<SocialEntity> newMembers)
           
 

Constructors in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type SocialEntity
SocialContext(SocialEntity proponent, SocialEntity opponent, Group group, SocialContext.DependencyRelation relation)
           
 

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



Copyright © 2012 GTI-IA. All Rights Reserved.