@PublicAPI public class MDHypothesisCreator extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
defaultTypeName
Default hypothesis type name
|
static java.lang.String[] |
typeNames
Available hypothesis types
|
Constructor and Description |
---|
MDHypothesisCreator() |
Modifier and Type | Method and Description |
---|---|
static MDHypothesisGenerator |
create(java.lang.String hypothesisTypeName)
Creates a hypothesis of the given type.
|
static void |
main(java.lang.String[] args) |
public static final java.lang.String[] typeNames
public static final java.lang.String defaultTypeName
public static final MDHypothesisGenerator create(java.lang.String hypothesisTypeName)
hypothesisTypeName
- Type name of the hypothesis to be created.public static void main(java.lang.String[] args)