public interface IlvClassifier<CIT extends IlvClusterId>
IlvClusterId
for the object. The partitioning
algorithm groups objects with the same IlvClusterId
together.
The type parameter CIT
denotes the type to which all
IlvClusterId
s created by this class belong.
Modifier and Type | Method and Description |
---|---|
CIT |
classify(Object object)
Constructs an
IlvClusterId for the given model object. |
void |
dispose()
Cleans up this classifier and drops references to objects to
help garbage collection.
|
CIT classify(Object object)
IlvClusterId
for the given model object.IlvClusterId
for the object, or null
if the object shall remain ungrouped.void dispose()
Note: After calling this function, this classifier is no longer functional.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.