Uses of Class
es.ucm.fdi.gaia.ontobridge.OntoBridge

Packages that use OntoBridge
es.ucm.fdi.gaia.ontobridge.test.gui   
es.ucm.fdi.gaia.ontobridge.util   
 

Uses of OntoBridge in es.ucm.fdi.gaia.ontobridge.test.gui
 

Methods in es.ucm.fdi.gaia.ontobridge.test.gui with parameters of type OntoBridge
protected  void PnlConceptsTree.readOntology(OntoBridge ob)
          Read the ontology classes.
protected  void PnlInstancesTree.showInstance(OntoBridge ob, java.lang.String instance)
          Read the ontology classes.
 

Constructors in es.ucm.fdi.gaia.ontobridge.test.gui with parameters of type OntoBridge
PnlConceptsAndInstancesTree(OntoBridge ob)
          Constructor
PnlConceptsTree(OntoBridge ob)
          Constructor
PnlInstancesTree(OntoBridge ob, java.lang.String instance)
          Constructor
 

Uses of OntoBridge in es.ucm.fdi.gaia.ontobridge.util
 

Methods in es.ucm.fdi.gaia.ontobridge.util with parameters of type OntoBridge
static void OntoBridgeXMLInit.initfromXML(OntoBridge ob, java.io.File xmlfile)