Package | Description |
---|---|
edu.illinois.ncsa.isda.softwareserver.polyglot |
The Polyglot package.
|
Modifier and Type | Method and Description |
---|---|
PolyglotAuxiliary.Conversion<V,E> |
IOGraph.getConversion(String edge_string,
String input_string,
String output_string)
Get the conversion possessing the given name, input, and output
|
Modifier and Type | Method and Description |
---|---|
Vector<PolyglotAuxiliary.Conversion<V,E>> |
IOGraph.getConversions(String conversions_string)
Parse a string containing conversion information
|
Vector<PolyglotAuxiliary.Conversion<V,E>> |
IOGraph.getShortestConversionPath(String source_string,
String target_string,
boolean ENABLE_WEIGHTED_PATHS)
Get the shortest list of the conversion tasks required to convert from a given input to a given output.
|
Vector<Vector<PolyglotAuxiliary.Conversion<V,E>>> |
IOGraph.getShortestConversionPaths(String source_string,
String target_string)
Get the shortest list of the conversion tasks required to convert from a given input to a given output.
|
Copyright © 2014. All rights reserved.