Uses of Interface
kieker.analysis.architecture.recovery.signature.IComponentNameBuilder
Package | Description |
---|---|
kieker.analysis.architecture.recovery.signature |
-
Uses of IComponentNameBuilder in kieker.analysis.architecture.recovery.signature
Classes in kieker.analysis.architecture.recovery.signature that implement IComponentNameBuilder Modifier and Type Class Description class
JavaFullComponentNameBuilder
ThisIComponentNameBuilder
creates a component names in a full Java style.class
JavaShortComponentNameBuilder
ThisIComponentNameBuilder
creates a component names in a short Java style by just returning the actual name.Methods in kieker.analysis.architecture.recovery.signature that return IComponentNameBuilder Modifier and Type Method Description IComponentNameBuilder
NameBuilder. getComponentNameBuilder()
Methods in kieker.analysis.architecture.recovery.signature with parameters of type IComponentNameBuilder Modifier and Type Method Description static NameBuilder
NameBuilder. of(IOperationNameBuilder operationNameBuilder, IComponentNameBuilder componentNameBuilder)