public abstract class AbstractFileCoolMapOntologyImporter extends java.lang.Object implements CoolMapOntologyImporter
Constructor and Description |
---|
AbstractFileCoolMapOntologyImporter(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doImporting(CoolMapOntologyImpl ontology) |
java.io.File |
getFile() |
CoolMapOntologyImpl |
importOntology()
method used to import the Ontology
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public AbstractFileCoolMapOntologyImporter(java.io.File file)
public java.io.File getFile()
public CoolMapOntologyImpl importOntology() throws java.io.IOException, OntologyMalformedException
CoolMapOntologyImporter
importOntology
in interface CoolMapOntologyImporter
java.io.IOException
OntologyMalformedException
protected abstract void doImporting(CoolMapOntologyImpl ontology) throws java.io.IOException, OntologyMalformedException
java.io.IOException
OntologyMalformedException