public <T extends FactHandle> Collection<T> getFactHandles(ObjectFilter filter) {
return (Collection<T>) commandService.execute( new GetFactHandlesInEntryPointCommand(entryPoint, filter) );
}
public long getFactCount() {
return commandService.execute( new GetFactCountInEntryPointCommand(entryPoint) );
}