Uses of Class
kieker.analysis.generic.sink.graph.dot.attributes.DotClusterAttribute
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 DotClusterAttribute in kieker.analysis.generic.sink.graph.dot
Fields in kieker.analysis.generic.sink.graph.dot with type parameters of type DotClusterAttribute Modifier and Type Field Description protected java.util.Map<DotClusterAttribute,java.util.function.Function<N,java.lang.String>>
DotExportMapper. clusterAttributes
Methods in kieker.analysis.generic.sink.graph.dot that return types with arguments of type DotClusterAttribute Modifier and Type Method Description java.util.Set<java.util.Map.Entry<DotClusterAttribute,java.util.function.Function<N,java.lang.String>>>
DotExportMapper. getClusterAttributes()
Methods in kieker.analysis.generic.sink.graph.dot with parameters of type DotClusterAttribute Modifier and Type Method Description void
DotExportBuilder. addClusterAttribute(DotClusterAttribute attribute, java.util.function.Function<N,java.lang.String> function)
-
Uses of DotClusterAttribute in kieker.analysis.generic.sink.graph.dot.attributes
Methods in kieker.analysis.generic.sink.graph.dot.attributes that return DotClusterAttribute Modifier and Type Method Description static DotClusterAttribute
DotClusterAttribute. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DotClusterAttribute[]
DotClusterAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.