Ejemplo n.º 1
0
 public void AddNegativeSoftGoal(SoftGoal goal)
 {
     this.NegativeSoftGoalsIdentifiers.Add (goal.Identifier);
 }
Ejemplo n.º 2
0
 public void AddPositiveSoftGoal(SoftGoal goal)
 {
     this.PositiveSoftGoalsIdentifiers.Add (goal.Identifier);
 }
 protected void Render(SoftGoal softGoal)
 {
     AddCloud (softGoal.Identifier, softGoal.FriendlyName,
         1, 1, 1, 1);
 }