Package spade :: Module bdi
[hide private]
[frames] | no frames]

Module bdi

source code

Classes [hide private]
  PreConditionFailed
  PostConditionFailed
  ServiceFailed
  Goal
  PlanList
  BDIBehaviour
Variables [hide private]
  A = A
  B = B
  C = C
  F = F
  FALSE = FALSE
  G = G
  ONE = 1
  P = P
  Q = Q
  TRUE = TRUE
  TWO = 2
  ZERO = 0
  __package__ = 'spade'
  test_kb = FolKB(map(expr, ['Farmer(Mac)', 'Rabbit(Pete)', 'Mot...
  x = x
  y = y
  z = z
Variables Details [hide private]

test_kb

Value:
FolKB(map(expr, ['Farmer(Mac)', 'Rabbit(Pete)', 'Mother(MrsMac, Mac)',\
 'Mother(MrsRabbit, Pete)', '(Rabbit(r) & Farmer(f)) ==> Hates(f, r)',\
 '(Mother(m, c)) ==> Loves(m, c)', '(Mother(m, r) & Rabbit(r)) ==> Rab\
bit(m)', '(Farmer(f)) ==> Human(f)', '(Mother(m, h) & Human(h)) ==> Hu\
man(m)']))