Package chemaxon.descriptors
Class MDHypothesisCreator
java.lang.Object
chemaxon.descriptors.MDHypothesisCreator
Generic definitions for molecular descriptor hypotheses.
All functions are static.
- Since:
- JChem 2.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MDHypothesisGenerator
Creates a hypothesis of the given type.static void
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed, no replacement.
-
Field Details
-
typeNames
Available hypothesis types -
defaultTypeName
Default hypothesis type name- See Also:
-
-
Constructor Details
-
MDHypothesisCreator
public MDHypothesisCreator()
-
-
Method Details
-
create
Creates a hypothesis of the given type.- Parameters:
hypothesisTypeName
- Type name of the hypothesis to be created.- Returns:
- The created hypothesis.
-
main
@SubjectToRemoval(date=JUL_01_2025) @Deprecated(forRemoval=true) public static void main(String[] args) Deprecated, for removal: This API element is subject to removal in a future version.Will be removed, no replacement.
-