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