Kieker 1.7

kieker.tools.traceAnalysis.filter.visualization
Class GraphWriterPlugin.GraphWriterConfiguration

java.lang.Object
  extended by kieker.tools.traceAnalysis.filter.visualization.GraphWriterPlugin.GraphWriterConfiguration
Enclosing class:
GraphWriterPlugin

Deprecated. (not used anymore)

@Deprecated
public static final class GraphWriterPlugin.GraphWriterConfiguration
extends Object

Configuration class for the graph writer plugin (see GraphWriterPlugin).

Since:
1.6
Author:
Holger Knoche

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

GraphWriterPlugin.GraphWriterConfiguration

public GraphWriterPlugin.GraphWriterConfiguration()
Deprecated. 
Creates a new, empty graph writer configuration.


GraphWriterPlugin.GraphWriterConfiguration

public GraphWriterPlugin.GraphWriterConfiguration(Configuration configuration)
Deprecated. 
Creates a new graph writer configuration that wraps the given configuration.

Parameters:
configuration - The configuration to wrap
Method Detail

getConfiguration

public Configuration getConfiguration()
Deprecated. 
Returns the configuration wrapped by this configuration.

Returns:
See above

getOutputFileName

public String getOutputFileName()
Deprecated. 
Returns the output file name specified by this configuration.

Returns:
See above

setOutputFileName

public void setOutputFileName(String outputFileName)
Deprecated. 
Sets the output file name specified by this configuration.

Parameters:
outputFileName - The output file name to set

getOutputPath

public String getOutputPath()
Deprecated. 
Returns the output path specified by this configuration.

Returns:
See above

setOutputPath

public void setOutputPath(String outputPath)
Deprecated. 
Sets the output path specified by this configuration.

Parameters:
outputPath - The output path to set

doIncludeWeights

public boolean doIncludeWeights()
Deprecated. 
Returns whether edge weights should be included.

Returns:
See above

setIncludeWeights

public void setIncludeWeights(boolean value)
Deprecated. 
Specifies whether edge weights should be included.

Parameters:
value - The value to set

doUseShortLabels

public boolean doUseShortLabels()
Deprecated. 
Returns whether short labels should be used.

Returns:
See above

setUseShortLabels

public void setUseShortLabels(boolean value)
Deprecated. 
Specifies whether short labels should be used.

Parameters:
value - THe value to set

doPlotLoops

public boolean doPlotLoops()
Deprecated. 
Returns whether immediate loops should be plotted.

Returns:
See above

setPlotLoops

public void setPlotLoops(boolean value)
Deprecated. 
Specifies whether immediate loops should be plotted.

Parameters:
value - The value to set

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net