Package | Description |
---|---|
controller |
Application controller classes, for managing the extraction
process, the storage of the extracted information, management of modules and profiles,
event handling, and environment observation.
|
model |
This package contains of data structure classes "model layer": this includes the data
structures for profiles, information collections and extraction results.
|
Modifier and Type | Field and Description |
---|---|
ProfileController |
ExtractionController.profileController |
Constructor and Description |
---|
Profile(ProfileController profileController,
java.lang.String uuID)
Profile constructor, if no name is given.
|
Profile(ProfileController profileController,
java.lang.String name,
java.lang.String uuID)
Profile constructor to create a Profile with a specific name
|