public class ControllerScrapeableFile extends AbstractController
Constructor and Description |
---|
ControllerScrapeableFile()
The class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
generateAndAddExtractorPatternTriad(ExtractorPattern extractorPattern)
Generates a new extractor pattern triad and adds it to this controller.
|
void |
generateAndAddNavigationActionTriad(NavigationAction navigationAction)
Generates a new navigation action triad and adds it to this controller.
|
void |
handleAppEvent(AppEvent ape)
Allows the class to handle AppEvents.
|
void |
init()
Used to initialize the class externally.
|
createChildTriad, createChildTriad, createChildTriad, getChildController, getChildControllersIterator, getIdentifier, getModel, getNumChildControllers, getParentController, getView, removeAllChildControllers, removeChildController, setIdentifier, setModel, setParentController, setView
public ControllerScrapeableFile()
public void init()
public void handleAppEvent(AppEvent ape)
handleAppEvent
in class AbstractController
ape
- An AppEvent
.public void generateAndAddExtractorPatternTriad(ExtractorPattern extractorPattern)
extractorPattern
- The ExtractorPattern
on which the triad is based.public void generateAndAddNavigationActionTriad(NavigationAction navigationAction)
navigationAction
- The NavigationAction
on which the triad is based.