public HookKey(Body body, string key) : base(body) { this.Key = key.ToLower (); }
public HookKey(Body body, string key) : base(body) { this.Key = key.ToLower(); }
protected HookBase(Body body) { this.body = body; }
public PositiveClause(IAtom head, Body body) { this.head = head; this.body = body; }