| Modifier and Type | Method and Description |
|---|---|
static DOCUMENT_STATUS |
DOCUMENT_STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOCUMENT_STATUS[] |
DOCUMENT_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DOCUMENT_STATUS |
DocumentControllerImpl.getGlobalStatus()
Returns the global status of this object.
|
DOCUMENT_STATUS |
DocumentControllerImpl.DetailedStatus.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentControllerImpl.DetailedStatus.setStatus(DOCUMENT_STATUS status) |
void |
DocumentControllerImpl.updateStatus(ModuleController moduleController,
DOCUMENT_STATUS status)
Updates the status of a specified of contained
SDocument object
corresponding to the ModuleControllerImpl matching to the passed
id. |
| Modifier and Type | Method and Description |
|---|---|
DOCUMENT_STATUS |
PepperMapperControllerImpl.getMappingResult()
Returns the result of the mapping, when finished.
|
DOCUMENT_STATUS |
PepperMapperImpl.getMappingResult()
Returns the result of the mapping, when finished.
|
DOCUMENT_STATUS |
PepperMapperImpl.mapSCorpus()
Starts to map a given
SCorpus object, if one is given. |
DOCUMENT_STATUS |
PepperMapperImpl.mapSDocument()
Starts to map a given
SDocument object, if one is given. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModuleImpl.done(org.corpus_tools.salt.graph.Identifier id,
DOCUMENT_STATUS result)
This method is called by a
PepperMapperController object to
notify the PepperModule object, that the mapping for this object
is done. |
void |
PepperMapperImpl.setMappingResult(DOCUMENT_STATUS mappingResult)
Sets the result of the current mapping, when it is finished.
|
| Modifier and Type | Field and Description |
|---|---|
protected DOCUMENT_STATUS |
MappingSubject.mappingResult |
| Modifier and Type | Method and Description |
|---|---|
DOCUMENT_STATUS |
DocumentController.getGlobalStatus()
Returns the global status of this object.
|
DOCUMENT_STATUS |
PepperMapper.getMappingResult()
Returns the result of the mapping, when finished.
|
DOCUMENT_STATUS |
MappingSubject.getMappingResult() |
DOCUMENT_STATUS |
PepperMapperController.getMappingResult()
Returns the result of the mapping, when finished.
|
DOCUMENT_STATUS |
PepperMapper.mapSCorpus()
Starts to map a given
SCorpus object, if one is given. |
DOCUMENT_STATUS |
PepperMapper.mapSDocument()
Starts to map a given
SDocument object, if one is given. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModule.done(org.corpus_tools.salt.graph.Identifier identifier,
DOCUMENT_STATUS result)
This method is called by a
PepperMapperController object to
notify the PepperModule object, that the mapping for this object
is done. |
void |
PepperMapper.setMappingResult(DOCUMENT_STATUS mappingResult)
Sets the result of the current mapping, when it is finished.
|
void |
MappingSubject.setMappingResult(DOCUMENT_STATUS mappingResult) |
void |
DocumentController.updateStatus(ModuleController moduleController,
DOCUMENT_STATUS status)
Updates the status of a specified of contained
SDocument object
corresponding to the ModuleControllerImpl matching to the passed
id. |
| Modifier and Type | Method and Description |
|---|---|
DOCUMENT_STATUS |
SaltValidator.ValidatorMapper.mapSCorpus()
Checks whether each
SCorpus object contains either a
SCorpus object or a SDocument object. |
DOCUMENT_STATUS |
TextImporter.TextMapper.mapSDocument()
Reads txt files and maps their content to a
STextualDS
object. |
DOCUMENT_STATUS |
SaltValidator.ValidatorMapper.mapSDocument()
Checks whether
STextualDS.getText() is not empty when an
STextualRelation is pointing to it. |
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.