public class ExtractionControllerBuilder
extends java.lang.Object
Builder call example: new ExtractionControllerBuilder().once().create();
ExtractionController
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
graphic |
java.lang.String |
storageSystem |
protected boolean |
updateExtraction |
Constructor and Description |
---|
ExtractionControllerBuilder() |
Modifier and Type | Method and Description |
---|---|
ExtractionController |
create()
This function has to be called as the last function of the chain.
|
ExtractionControllerBuilder |
headless()
Call this function to start the PET without any graphic.
|
ExtractionControllerBuilder |
once()
Call this function to start a single extraction and no continuous
extraction.
|
boolean graphic
protected boolean updateExtraction
public java.lang.String storageSystem
public ExtractionController create()
public ExtractionControllerBuilder once()
public ExtractionControllerBuilder headless()