Uses of Class
kieker.analysis.generic.sink.graph.dot.attributes.DotGraphAttribute
Package | Description |
---|---|
kieker.analysis.generic.sink.graph.dot |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.generic.sink.graph.dot.attributes |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of DotGraphAttribute in kieker.analysis.generic.sink.graph.dot
Fields in kieker.analysis.generic.sink.graph.dot with type parameters of type DotGraphAttribute Modifier and Type Field Description protected java.util.Map<DotGraphAttribute,java.util.function.Function<com.google.common.graph.MutableNetwork<N,E>,java.lang.String>>
DotExportMapper. graphAttributes
Methods in kieker.analysis.generic.sink.graph.dot that return types with arguments of type DotGraphAttribute Modifier and Type Method Description java.util.Set<java.util.Map.Entry<DotGraphAttribute,java.util.function.Function<com.google.common.graph.MutableNetwork<N,E>,java.lang.String>>>
DotExportMapper. getGraphAttributes()
Methods in kieker.analysis.generic.sink.graph.dot with parameters of type DotGraphAttribute Modifier and Type Method Description void
DotExportBuilder. addGraphAttribute(DotGraphAttribute attribute, java.util.function.Function<com.google.common.graph.MutableNetwork<N,E>,java.lang.String> function)
-
Uses of DotGraphAttribute in kieker.analysis.generic.sink.graph.dot.attributes
Methods in kieker.analysis.generic.sink.graph.dot.attributes that return DotGraphAttribute Modifier and Type Method Description static DotGraphAttribute
DotGraphAttribute. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DotGraphAttribute[]
DotGraphAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.