final Activation activation,
final PropagationContext context,
final Rule rule,
final ObjectTypeConf typeConf,
final boolean read) throws FactException {
BeliefSet beliefSet = handle.getEqualityKey().getBeliefSet();
if ( beliefSet == null ) {
if ( context.getType() == PropagationContext.MODIFICATION ) {
// if this was a update, chances are its trying to retract a logical assertion
}
beliefSet = beliefSystem.newBeliefSet( handle );