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