public void retract(FactHandle handle) {
commandService.execute( new RetractFromEntryPointCommand( handle, entryPoint ) );
}
public void update(FactHandle handle, Object object) {
commandService.execute( new UpdateInEntryPointCommand( handle, object, entryPoint ) );
}