See: Description
| Interface | Description |
|---|---|
| Generator |
Define a generator, that is generating graph structure from a bunch of parameters.
|
| GeneratorUI |
Defines settings panel for a particular generator.
|
Generator interfaces that plugins implement to add new generators.
GeneratorAPI as a dependency.
Generator. Because
Generator interface extends LongTask, add
LongTaskAPI as another of your module dependency.
Generator.class
as the annotation service parameter.
GeneratorUI if your generator needs
a settings panel and return it from getUI()
method.
Copyright © 2007–2017. All rights reserved.