Package kieker.analysis.util

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. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
  • Interface Summary 
    Interface Description
    IBackwardsIterable<T>
    Implementing this interface allows an object to get iterated backwards.
  • Class Summary 
    Class Description
    AbstractClassConverter<T>
    Process a string parameter as a class name and return the class.
    FSReaderUtil
    This class is used during refactoring and architecture evolution to keep all readers running.
    FullyQualifiedNamesFactory
    Create fully qualified names for architecture model elements.
    HostnameRepository
    A class that manages host names for trace IDs.
    RunningMedian<T extends java.lang.Comparable<T>>
    This class represents a median that changes in the course of time.
    Tuple<F,​S>
    Plain Java tuple class.