Hi,

after all the discussion we had I think thats the correct
way to generify FSIndexRepository:

interface FSIndexRepository {
FSIndex<FeatureStructure> getIndex(String label);
FSIterator<FeatureStructure> getAllIndexedFS(Type aType);
...
}

Jörn

Reply via email to