Package | Description |
---|---|
edu.illinois.ncsa.isda.softwareserver.polyglot |
The Polyglot package.
|
Modifier and Type | Method and Description |
---|---|
IOGraph<String,String> |
PolyglotSteward.getDistributedInputOutputGraph()
Get a string only version of this IOGraph encoded with host machines.
|
IOGraph<String,String> |
PolyglotStewardThreaded.getDistributedInputOutputGraph()
Get a string only version of this IOGraph encoded with host machines.
|
IOGraph<String,String> |
PolyglotClient.getDistributedInputOutputGraph()
Get a string only version of this IOGraph encoded with host machines.
|
abstract IOGraph<String,String> |
Polyglot.getDistributedInputOutputGraph() |
IOGraph<String,String> |
PolyglotSteward.getInputOutputGraph()
Get the available inputs, outputs, and conversions.
|
IOGraph<String,String> |
PolyglotStewardThreaded.getInputOutputGraph()
Get the available inputs, outputs, and conversions.
|
IOGraph<String,String> |
PolyglotClient.getInputOutputGraph()
Get the available inputs, outputs, and conversions.
|
abstract IOGraph<String,String> |
Polyglot.getInputOutputGraph() |
IOGraph<SoftwareServerAuxiliary.Data,SoftwareServerAuxiliary.Application> |
PolyglotSteward.getIOGraph()
Get the I/O-graph.
|
IOGraph<SoftwareServerAuxiliary.Data,SoftwareServerAuxiliary.Application> |
PolyglotStewardThreaded.getIOGraph()
Get the I/O-graph.
|
IOGraph<String,String> |
IOGraph.getIOGraphStrings()
Get a string only version of this IOGraph.
|
Modifier and Type | Method and Description |
---|---|
void |
IOGraph.addGraph(IOGraph<V,E> iograph)
Merge another I/O-graph into this one.
|
Constructor and Description |
---|
DistributedSoftwareIOGraphPanel(IOGraph<String,String> iograph,
int rings)
Class constructor.
|
IOGraphPanel_JUNG(IOGraph<V,E> iograph,
int rings)
Class constructor.
|
IOGraphPanel_JUNG(IOGraph<V,E> iograph,
int width,
int height,
int rings)
Class constructor.
|
IOGraphPanel(IOGraph<V,E> iograph,
int rings)
Class constructor.
|
IOGraphPanel(IOGraph<V,E> iograph,
int width,
int height,
int rings)
Class constructor.
|
IOGraphPanel(IOGraph<V,E> iograph,
int width,
int height,
int rings,
String edges_alias)
Class constructor.
|
IOGraphPanel(IOGraph<V,E> iograph,
int rings,
String edges_alias)
Class constructor.
|
Copyright © 2014. All rights reserved.