public interface IAnalysisComponent
Modifier and Type | Method and Description |
---|---|
Configuration |
getCurrentConfiguration()
This method should deliver a
Configuration object containing the current configuration of this instance. |
java.lang.String |
getName()
This method delivers the current name of this component instance.
|
Configuration getCurrentConfiguration()
Configuration
object containing the current configuration of this instance. In other words: The constructor should be
able to use the given object to initialize a new instance of this class with the same intern properties.java.lang.String getName()
Copyright 2017 Kieker Project, http://kieker-monitoring.net