A recent post asks (again, for the umpteenth time) for a way to retrieve declared fact types from a knowledge package or knowledge base.

There is a way to retrieve org.drools.definition.type.FactType by package and type name, so it ought to be possible to retrieve a Collection of all FactTypes.

-W