public class Definition extends Object
| Constructor and Description |
|---|
Definition(String name,
String displayName,
String description,
String unit,
ThrowingSupplier<Number> evaluator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getDescription() |
String |
getDisplayName() |
DoubleSupplier |
getEvaluator() |
String |
getName() |
String |
getUnit() |
int |
hashCode() |
public String getName()
public String getDisplayName()
public String getDescription()
public String getUnit()
public DoubleSupplier getEvaluator()
Copyright © 2018–2022 The Apache Software Foundation. All rights reserved.