TUDelft.Gamygdala.Relation Class
This is the class that represents a relation one agent has with other agents. It's main role is to store and manage the emotions felt for a target agent (e.g angry at, or pity for). Each agent maintains a list of relations, one relation for each target agent.
Constructor
TUDelft.Gamygdala.Relation
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                targetName
- 
                                relation
Parameters:
- 
                                targetNameStringThe agent who is the target of the relation. 
- 
                                relationDoubleThe relation [-1 and 1]. 
