es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class Group
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.SocialEntity
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Group
- All Implemented Interfaces:
- Serializable
public class Group
- extends SocialEntity
- implements Serializable
Implementation of the concept Group
- See Also:
- Serialized Form
| Methods inherited from class es.upv.dsic.gti_ia.argAgents.knowledgeResources.SocialEntity |
addNorm, getID, getName, getNorms, getRole, getValPref, removeNorm, setID, setName, setNorms, setRole, setValPref |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group(long id,
String name,
ValPref valpref,
ArrayList<SocialEntity> agents)
Group
public Group()
getMembers
public ArrayList<SocialEntity> getMembers()
addMember
public void addMember(SocialEntity newMember)
removeMember
public void removeMember(SocialEntity oldMember)
setMembers
public void setMembers(ArrayList<SocialEntity> newMembers)
Copyright © 2012 GTI-IA. All Rights Reserved.