|
Kieker 1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
@Deprecated public static final class GraphWriterPlugin.GraphWriterConfiguration
Configuration class for the graph writer plugin (see GraphWriterPlugin
).
Constructor Summary | |
---|---|
GraphWriterPlugin.GraphWriterConfiguration()
Deprecated. Creates a new, empty graph writer configuration. |
|
GraphWriterPlugin.GraphWriterConfiguration(Configuration configuration)
Deprecated. Creates a new graph writer configuration that wraps the given configuration. |
Method Summary | |
---|---|
boolean |
doIncludeWeights()
Deprecated. Returns whether edge weights should be included. |
boolean |
doPlotLoops()
Deprecated. Returns whether immediate loops should be plotted. |
boolean |
doUseShortLabels()
Deprecated. Returns whether short labels should be used. |
Configuration |
getConfiguration()
Deprecated. Returns the configuration wrapped by this configuration. |
String |
getOutputFileName()
Deprecated. Returns the output file name specified by this configuration. |
String |
getOutputPath()
Deprecated. Returns the output path specified by this configuration. |
void |
setIncludeWeights(boolean value)
Deprecated. Specifies whether edge weights should be included. |
void |
setOutputFileName(String outputFileName)
Deprecated. Sets the output file name specified by this configuration. |
void |
setOutputPath(String outputPath)
Deprecated. Sets the output path specified by this configuration. |
void |
setPlotLoops(boolean value)
Deprecated. Specifies whether immediate loops should be plotted. |
void |
setUseShortLabels(boolean value)
Deprecated. Specifies whether short labels should be used. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphWriterPlugin.GraphWriterConfiguration()
public GraphWriterPlugin.GraphWriterConfiguration(Configuration configuration)
configuration
- The configuration to wrapMethod Detail |
---|
public Configuration getConfiguration()
public String getOutputFileName()
public void setOutputFileName(String outputFileName)
outputFileName
- The output file name to setpublic String getOutputPath()
public void setOutputPath(String outputPath)
outputPath
- The output path to setpublic boolean doIncludeWeights()
public void setIncludeWeights(boolean value)
value
- The value to setpublic boolean doUseShortLabels()
public void setUseShortLabels(boolean value)
value
- THe value to setpublic boolean doPlotLoops()
public void setPlotLoops(boolean value)
value
- The value to set
|
Kieker 1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |