Class ChiSquaredAutoDocsInfo
java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.long_double.ChiSquaredAutoDocsInfo
- All Implemented Interfaces:
DocFuncData
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChiSquaredAutoDocsInfo
public ChiSquaredAutoDocsInfo()
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein interfaceDocFuncData- Returns:
- the the
Class.getSimpleName()of the class element
-
getPackageName
- Specified by:
getPackageNamein interfaceDocFuncData- Returns:
- the package name for the documented type
-
getClassJavadoc
Description copied from interface:DocFuncDataJavadoc for the class, or null if there is none.- Specified by:
getClassJavadocin interfaceDocFuncData- Returns:
- a String of class javadoc data, or null if none
-
getInType
Description copied from interface:DocFuncDataThe input type for the apply method in the documented function class. Documented function classes must always implement a Java 8 functional interface.- Specified by:
getInTypein interfaceDocFuncData- Returns:
- the input type name
-
getOutType
Description copied from interface:DocFuncDataThe output type for the apply method in the documented function class. Documented function classes must always implement a Java 8 functional interface.- Specified by:
getOutTypein interfaceDocFuncData- Returns:
- the output type name
-
getCategories
- Specified by:
getCategoriesin interfaceDocFuncData- Returns:
- Return the categories for this function.
-
getCtors
Description copied from interface:DocFuncDataThe list of constructors for this documented type.- Specified by:
getCtorsin interfaceDocFuncData- Returns:
- a list of constructor models
-