public final class Registry extends Object
PolyGenesis is extensible. You can implement your custom Model, Deducer or
Generator and register it in the Registry, so it/they can be available at the generation
process.
| Modifier and Type | Method and Description |
|---|---|
Set<Deducer> |
getDeducers()
Gets deducers.
|
Set<Generator> |
getGenerators()
Gets generators.
|
static Registry |
getInstance()
Gets the Registry instance.
|
Set<Model> |
getModels()
Gets models.
|
public static Registry getInstance()
Copyright © 2015–2019 OREGOR LTD. All rights reserved.