80818283848586
return (Collection<T>) commandService.execute( new GetFactHandlesInEntryPointCommand(entryPoint, filter) ); } @Override public long getFactCount() { return commandService.execute( new GetFactCountInEntryPointCommand(entryPoint) ); }