package org.simantics.selectionview; public interface CategoryNode { String getName(); String getSortingName(); }