package fi.vtt.simantics.procore.internal; interface ClusterInfo { public long getImportance(); public int getSizeInBytes(); public long getId(); }