package fi.vtt.simantics.procore.internal; interface ClusterCollector { public void collect(); public void collect(int target); }