| Constructor and Description |
|---|
MultiGraph() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancel the task.
|
void |
generate(ContainerLoader container)
Main method that generates the graph and put it in the container.
|
String |
getName()
Returns the generator display name.
|
GeneratorUI |
getUI()
Returns the UI that belongs to this generator, or
null if UI
is not needed. |
void |
setProgressTicket(ProgressTicket progressTicket)
Set the progress ticket for the long task.
|
public void generate(ContainerLoader container)
Generator
From the container content, the controller makes verification and append
the graph to GraphAPI.
public String getName()
Generatorpublic GeneratorUI getUI()
Generatornull if UI
is not needed.public boolean cancel()
LongTasktrue if the task has been sucessfully cancelled, false otherwise.public void setProgressTicket(ProgressTicket progressTicket)
LongTasksetProgressTicket in interface LongTaskprogressTicket - the progress ticket for this taskCopyright © 2007–2017. All rights reserved.