public interface CytoscapeHelper
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) |
boolean |
validateProps(Properties props) |
boolean validateProps(Properties props)
void exportNetwork(String filePrefix, Properties props) throws IOException
IOException
void exportSubtree(String conceptID, Properties props) throws IOException
IOException
void exportNetwork(ConceptGraph cg, String corpusName, String conceptGraphName, String conceptSetName, int leafChildrenDepth, BufferedWriter networkData, BufferedWriter nodeData) throws IOException
IOException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.