Method Invocation (07/15/03)

Just ran the code snippet "patri.getBackTogether(Shannon);", here are the method details:

class Patri {
  synchronized boolean getBackTogether(ExSigOth ex) {
    this.single = false;
    this.sigOth = ex;
    this.relationship = findRelationship(ex);
    this.relationship.primary = true;
    this.relationship.commitment++;
    this.loneliness--;
    this.happiness++;
    this.freeTime--;
    this.showerFrequency *= 10;
    this.relationshipSearch.endCurrentSearch();
    if (ex.sigOth != this) // ex has not run parallel method yet
      return ex.getBackTogether(this);
    else
      return true;
  }
}
Aren't I romantic? (note: the voting function associated with the evaluation of this question's answer is dictatorial.)

<< Index << || >> Flower Food (7/15/03) >>


Up to Index of Entries
Back to Journal Index