cls.setPropertyValue(code,c.getCode());
// get semantic types
IProperty stype = getProperty(ont,"SemanticType");
for(SemanticType st: c.getSemanticTypes())
cls.addPropertyValue(stype,st.getName());
// output
console.append(prefix+c.getName()+"\n");
SwingUtilities.invokeLater(new Runnable(){
public void run(){