es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class SocialContext
java.lang.Object
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Context
es.upv.dsic.gti_ia.argAgents.knowledgeResources.SocialContext
- All Implemented Interfaces:
- Serializable
public class SocialContext
- extends Context
- implements Serializable
Implementation of the concept SocialContext
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialContext
public SocialContext(SocialEntity proponent,
SocialEntity opponent,
Group group,
SocialContext.DependencyRelation relation)
SocialContext
public SocialContext()
getDependencyRelation
public SocialContext.DependencyRelation getDependencyRelation()
setDependencyRelation
public void setDependencyRelation(SocialContext.DependencyRelation newDependencyRelation)
getGroup
public Group getGroup()
setGroup
public void setGroup(Group newGroup)
getOpponent
public SocialEntity getOpponent()
setOpponent
public void setOpponent(SocialEntity newOpponent)
getProponent
public SocialEntity getProponent()
setProponent
public void setProponent(SocialEntity newProponent)
Copyright © 2012 GTI-IA. All Rights Reserved.