Show ThinkcapYUIPlugin.java syntax highlighted
/**
*
*/
package org.integratedmodelling.thinkcap.yui;
import java.io.File;
import org.integratedmodelling.thinkcap.TemplateProcessor;
import org.integratedmodelling.thinkcap.ThinkcapPlugin;
import org.integratedmodelling.thinklab.KnowledgeManager;
import org.integratedmodelling.thinklab.exception.ThinklabException;
import org.integratedmodelling.thinklab.exception.ThinklabPluginException;
/**
* @author UVM Affiliate
* Not much to do, just ensure it's seen as a ThinkcapPlugin, forcing use of web resources.
*
*/
public class ThinkcapYUIPlugin extends ThinkcapPlugin {
@Override
public void load(KnowledgeManager arg0, File arg1, File arg2) throws ThinklabPluginException {
}
@Override
public void initialize() throws ThinklabException {
// TODO Auto-generated method stub
}
}
See more files for this project here
A portal to explore and edit the knowledge contained in a set of ontologies in intuitive ways. Presents a Dictionary view (a Google-like interface), a Thesaurus view (a graphical display with simplified relationships) and a full graphical Concept view.
Project homepage:
http://sourceforge.net/projects/thinkcap
Programming language(s): Java,JavaScript,XML
License: other
ThinkcapYUIPlugin.java