Magentix2
2.1.1
|
Public Member Functions | |
ArgumentProblem (DomainContext domainContext, SocialContext socialContext) | |
ArgumentProblem () | |
SocialContext | getSocialContext () |
void | setSocialContext (SocialContext newSocialContext) |
Implementation of the concept ArgumentProblem
Definition at line 7 of file ArgumentProblem.java.
es.upv.dsic.gti_ia.argAgents.knowledgeResources.ArgumentProblem.ArgumentProblem | ( | DomainContext | domainContext, |
SocialContext | socialContext | ||
) |
Definition at line 15 of file ArgumentProblem.java.
{ super(domainContext); this.socialContext = socialContext; }
Definition at line 20 of file ArgumentProblem.java.
{
socialContext = new SocialContext();
}
Definition at line 26 of file ArgumentProblem.java.
{
return (SocialContext) socialContext;
}
void es.upv.dsic.gti_ia.argAgents.knowledgeResources.ArgumentProblem.setSocialContext | ( | SocialContext | newSocialContext | ) |
Definition at line 31 of file ArgumentProblem.java.
{ socialContext = newSocialContext; }