public class UpdaterFactory extends Object
| Constructor and Description |
|---|
UpdaterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DeterministicUpdater |
getDeterministicUpdater(LogicalModel model,
String s) |
static MultipleSuccessorsUpdater |
getMultipleSuccessorUpdater(LogicalModel model,
String s) |
static RandomUpdater |
getRandomUpdater(LogicalModel model,
String s) |
public static DeterministicUpdater getDeterministicUpdater(LogicalModel model, String s)
public static MultipleSuccessorsUpdater getMultipleSuccessorUpdater(LogicalModel model, String s)
public static RandomUpdater getRandomUpdater(LogicalModel model, String s)
Copyright © 2012–2020. All rights reserved.