public class CytoscapeHelperImpl extends Object implements CytoscapeHelper
Modifier and Type | Field and Description |
---|---|
protected ClassifierEvaluationDao |
classifierEvaluationDao |
protected ConceptDao |
conceptDao |
protected UMLSDao |
umlsDao |
Constructor and Description |
---|
CytoscapeHelperImpl() |
Modifier and Type | Method and Description |
---|---|
void |
exportNetwork(ConceptGraph cg,
String corpusName,
String conceptGraphName,
String conceptSetName,
int leafChildrenDepth,
BufferedWriter networkData,
BufferedWriter nodeData) |
void |
exportNetwork(String filePrefix,
Properties props) |
void |
exportSubtree(String conceptID,
Properties props) |
ClassifierEvaluationDao |
getClassifierEvaluationDao() |
ConceptDao |
getConceptDao() |
UMLSDao |
getUmlsDao() |
static void |
main(String[] args) |
void |
setClassifierEvaluationDao(ClassifierEvaluationDao classifierEvaluationDao) |
void |
setConceptDao(ConceptDao conceptDao) |
void |
setUmlsDao(UMLSDao umlsDao) |
boolean |
validateProps(Properties props) |
protected ClassifierEvaluationDao classifierEvaluationDao
protected ConceptDao conceptDao
protected UMLSDao umlsDao
public static void main(String[] args) throws org.apache.commons.cli.ParseException, IOException
args
- org.apache.commons.cli.ParseException
IOException
public void exportNetwork(ConceptGraph cg, String corpusName, String conceptGraphName, String conceptSetName, int leafChildrenDepth, BufferedWriter networkData, BufferedWriter nodeData) throws IOException
exportNetwork
in interface CytoscapeHelper
IOException
public void exportNetwork(String filePrefix, Properties props) throws IOException
exportNetwork
in interface CytoscapeHelper
IOException
public void exportSubtree(String conceptID, Properties props) throws IOException
exportSubtree
in interface CytoscapeHelper
IOException
public ClassifierEvaluationDao getClassifierEvaluationDao()
public ConceptDao getConceptDao()
public UMLSDao getUmlsDao()
public void setClassifierEvaluationDao(ClassifierEvaluationDao classifierEvaluationDao)
public void setConceptDao(ConceptDao conceptDao)
public void setUmlsDao(UMLSDao umlsDao)
public boolean validateProps(Properties props)
validateProps
in interface CytoscapeHelper
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.