public class ModelScrapeableFile extends AbstractModel
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
Constructor and Description |
---|
ModelScrapeableFile()
An empty constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
bumpExtractorPatternSequences(int bottomSequence,
int topSequence,
int bumpModifier)
Bumps sequences up or down between the bottom and top sequences.
|
void |
bumpNavigationActionSequences(int bottomSequence,
int topSequence,
int bumpModifier)
Bumps sequences up or down between the bottom and top sequences.
|
void |
handleAppEvent(AppEvent ape)
Allows the class to handle AppEvents.
|
getController, setController
public void bumpExtractorPatternSequences(int bottomSequence, int topSequence, int bumpModifier)
bottomSequence
- The bottom sequence.topSequence
- The top sequence.bumpModifier
- Modifies each sequence.public void bumpNavigationActionSequences(int bottomSequence, int topSequence, int bumpModifier)
bottomSequence
- The bottom sequence.topSequence
- The top sequence.bumpModifier
- Modifies each sequence.public void handleAppEvent(AppEvent ape)
handleAppEvent
in class AbstractModel
ape
- An AppEvent
.