public enum PropagationEngineFactory extends Enum<PropagationEngineFactory>
VARIABLEDRIVEN
, PROPAGATORDRIVEN
, ...),
DSLDRIVEN
)
Enum Constant and Description |
---|
DEFAULT |
PROPAGATORDRIVEN_7QD
Create a seven queue dynamic propagator-oriented propagation engine
|
TWOBUCKETPROPAGATIONENGINE
Create a propagation engine which handles both priority and separated coarse propagation.
|
Modifier and Type | Method and Description |
---|---|
abstract IPropagationEngine |
make(Model model) |
static PropagationEngineFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationEngineFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropagationEngineFactory PROPAGATORDRIVEN_7QD
public static final PropagationEngineFactory TWOBUCKETPROPAGATIONENGINE
public static final PropagationEngineFactory DEFAULT
public static PropagationEngineFactory[] values()
for (PropagationEngineFactory c : PropagationEngineFactory.values()) System.out.println(c);
public static PropagationEngineFactory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract IPropagationEngine make(Model model)
Copyright © 2017. All rights reserved.