All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.coode.owlviz.util.popup.PopupComponentEvent Maven / Gradle / Ivy

Go to download

A plug-in for the Protege Desktop ontology editor that provides a graphical representation of the class hierarchies in an OWL ontology.

The newest version!
package org.coode.owlviz.util.popup;

/**
 * User: matthewhorridge
* The Univeristy Of Manchester
* Medical Informatics Group
* Date: Feb 16, 2004

*

* [email protected]
* www.cs.man.ac.uk/~horridgm

*/ public class PopupComponentEvent { private PopupComponent source; public PopupComponentEvent(PopupComponent source) { this.source = source; } public PopupComponent getSource() { return source; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy