0

How do I list all the current inserted facts so that I can serialize them ? Kinda like running '(facts)' in a CLIPS session ?

monojohnny
  • 5,894
  • 16
  • 59
  • 83

1 Answers1

2

Found it...StatefulKnowledgeSession.getObjects()

monojohnny
  • 5,894
  • 16
  • 59
  • 83