Uses of Class
es.upv.dsic.gti_ia.argAgents.knowledgeResources.SocialContext.DependencyRelation

Packages that use SocialContext.DependencyRelation
es.upv.dsic.gti_ia.argAgents.knowledgeResources   
 

Uses of SocialContext.DependencyRelation in es.upv.dsic.gti_ia.argAgents.knowledgeResources
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return SocialContext.DependencyRelation
 SocialContext.DependencyRelation SocialContext.getDependencyRelation()
           
 SocialContext.DependencyRelation Argument.getProponentDepenRelation()
           
static SocialContext.DependencyRelation SocialContext.DependencyRelation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocialContext.DependencyRelation[] SocialContext.DependencyRelation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type SocialContext.DependencyRelation
 void SocialContext.setDependencyRelation(SocialContext.DependencyRelation newDependencyRelation)
           
 void Argument.setProponentDepenRelation(SocialContext.DependencyRelation proponentDepenRelation)
           
 

Constructors in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type SocialContext.DependencyRelation
Argument(long id, Conclusion conclusion, int timesUsedConclusion, String promotedValue, SupportSet supportSet, SocialContext.DependencyRelation proponentDepenRelation)
           
SocialContext(SocialEntity proponent, SocialEntity opponent, Group group, SocialContext.DependencyRelation relation)
           
 



Copyright © 2012 GTI-IA. All Rights Reserved.