| Package | Description |
|---|---|
| net.sf.openschema |
| Modifier and Type | Class and Description |
|---|---|
class |
GreedyChooser
A greedy continuation chooser that always returns the first element of the possible alternatives.
|
class |
RandomChooser
A random continuation policy.
|
class |
SimpleFocusChooser
A LocalChooser that implements a simple set of focus heuristics described in McKeown (1985).
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalChooser |
OpenSchemaPlanner.chooser
LocalChooser, decides which node to continue the instantiation of the schema.
|
| Constructor and Description |
|---|
OpenSchemaPlanner(InputSource source,
LocalChooser chooser)
Constructor from an SAX InputSource.
|
Copyright © 2015 Pablo Duboue. All rights reserved.