package edu.ucsd.arcum.ui.editor;
// A top level source file entry: e.g., a concept, an option, or all map entries
// MACNEIL: This interface and the implementing classes probably shouldn't be
// in the ui package.
public interface TopLevelSourceEntry {
public String getDisplayName();
}