Class ISplitFunction.SplitResult<R>

java.lang.Object
kieker.analysis.generic.clustering.mtree.ISplitFunction.SplitResult<R>
Type Parameters:
R - The type of the data objects.
Enclosing interface:
ISplitFunction<T>

public static class ISplitFunction.SplitResult<R>
extends java.lang.Object
An object used as the result for the ISplitFunction.process(Set, IDistanceFunction) method.
  • Constructor Summary

    Constructors 
    Constructor Description
    SplitResult​(Pair<R> promoted, Pair<java.util.Set<R>> partitions)
    The constructor for a ISplitFunction.SplitResult object.
  • Method Summary

    Modifier and Type Method Description
    Pair<java.util.Set<R>> getPartitions()  
    Pair<R> getPromoted()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait