/// <summary> /// Retrieves a relation from this utterance. /// </summary> /// <param name="name">The name of the Relation.</param> /// <returns>The relation or null if the relation is not found</returns> public virtual Relation getRelation(string name) { return((Relation)relations.getObject(name)); }