|
Kieker 1.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.GraphWriterConfiguration
public class GraphWriterConfiguration
Configuration class for the graph writer plugin (see GraphWriterPlugin).
| Field Summary | |
|---|---|
static String |
CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS
Name of the configuration property indicating that weights should be included. |
static String |
CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME
Name of the configuration property containing the output file name. |
static String |
CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME
Name of the configuration property containing the output path name. |
static String |
CONFIG_PROPERTY_NAME_SELFLOOPS
Name of the configuration property indicating that self-loops should be displayed. |
static String |
CONFIG_PROPERTY_NAME_SHORTLABELS
Name of the configuration property indicating that short labels should be used. |
| Constructor Summary | |
|---|---|
GraphWriterConfiguration()
Creates a new, empty graph writer configuration. |
|
GraphWriterConfiguration(Configuration configuration)
Creates a new graph writer configuration that wraps the given configuration. |
|
| Method Summary | |
|---|---|
boolean |
doIncludeWeights()
Returns whether edge weights should be included. |
boolean |
doPlotLoops()
Returns whether immediate loops should be plotted. |
boolean |
doUseShortLabels()
Returns whether short labels should be used. |
Configuration |
getConfiguration()
Returns the configuration wrapped by this configuration. |
String |
getOutputFileName()
Returns the output file name specified by this configuration. |
String |
getOutputPath()
Returns the output path specified by this configuration. |
void |
setIncludeWeights(boolean value)
Specifies whether edge weights should be included. |
void |
setOutputFileName(String outputFileName)
Sets the output file name specified by this configuration. |
void |
setOutputPath(String outputPath)
Sets the output path specified by this configuration. |
void |
setPlotLoops(boolean value)
Specifies whether immediate loops should be plotted. |
void |
setUseShortLabels(boolean value)
Specifies whether short labels should be used. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME
public static final String CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME
public static final String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS
public static final String CONFIG_PROPERTY_NAME_SHORTLABELS
public static final String CONFIG_PROPERTY_NAME_SELFLOOPS
| Constructor Detail |
|---|
public GraphWriterConfiguration()
public GraphWriterConfiguration(Configuration configuration)
configuration - The configuration to wrap| Method 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.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||