public interface Metric<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(T node) |
Class<T> |
nodeType() |
static <T> Metric<T> |
of(Class<T> nodeType,
Predicate<? super T> filter,
String name,
double weight) |
double |
weight() |
Copyright © 2023. All rights reserved.