291292293294295296297298
checkRuleSessionValidity(); if ( handle instanceof FactHandle ) { return this.session.getObject( (FactHandle) handle ); } else { throw new InvalidHandleException( "invalid handle" ); } }
210211212213214215216217218
if ( objectHandle instanceof FactHandle ) { this.session.update( (FactHandle) objectHandle, newObject ); } else { throw new InvalidHandleException( "invalid handle" ); } }
234235236237238239240241
checkRuleSessionValidity(); if ( handleObject instanceof FactHandle ) { this.session.retract( (FactHandle) handleObject ); } else { throw new InvalidHandleException( "invalid handle" ); } }
262263264265266267268269
223224225226227228229230231
247248249250251252253254
275276277278279280281282
218219220221222223224225226
242243244245246247248249
270271272273274275276277