chemaxon.descriptors
Class MDHypothesisCreator

java.lang.Object
  extended by chemaxon.descriptors.MDHypothesisCreator

public class MDHypothesisCreator
extends java.lang.Object

Generic definitions for molecular descriptor hypotheses. All functions are static.

Since:
JChem 2.0
Author:
Zsuzsanna Szabo

Field Summary
static java.lang.String defaultTypeName
          Default hypothesis type name
static java.lang.String[] typeNames
          Available hypothesis types
 
Constructor Summary
MDHypothesisCreator()
           
 
Method Summary
static MDHypothesisGenerator create(java.lang.String hypothesisTypeName)
          Creates a hypothesis of the given type.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeNames

public static final java.lang.String[] typeNames
Available hypothesis types


defaultTypeName

public static final java.lang.String defaultTypeName
Default hypothesis type name

See Also:
Constant Field Values
Constructor Detail

MDHypothesisCreator

public MDHypothesisCreator()
Method Detail

create

public static final MDHypothesisGenerator create(java.lang.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(java.lang.String[] args)