Class MDHypothesisCreator

java.lang.Object
chemaxon.descriptors.MDHypothesisCreator

@PublicAPI public class MDHypothesisCreator extends Object
Generic definitions for molecular descriptor hypotheses. All functions are static.
Since:
JChem 2.0
  • Field Details

    • typeNames

      public static final String[] typeNames
      Available hypothesis types
    • defaultTypeName

      public static final String defaultTypeName
      Default hypothesis type name
      See Also:
  • Constructor Details

    • MDHypothesisCreator

      public MDHypothesisCreator()
  • Method Details

    • create

      public static MDHypothesisGenerator create(String hypothesisTypeName)
      Creates a hypothesis of the given type.
      Parameters:
      hypothesisTypeName - Type name of the hypothesis to be created.
      Returns:
      The created hypothesis.
    • main

      public static void main(String[] args)