Uses of Class
org.corpus_tools.pepper.common.DOCUMENT_STATUS
-
-
Uses of DOCUMENT_STATUS in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return DOCUMENT_STATUS Modifier and Type Method Description static DOCUMENT_STATUSDOCUMENT_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. -
Uses of DOCUMENT_STATUS in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return DOCUMENT_STATUS Modifier and Type Method Description DOCUMENT_STATUSDocumentControllerImpl. getGlobalStatus()Returns the global status of this object.DOCUMENT_STATUSDocumentControllerImpl.DetailedStatus. getStatus()Methods in org.corpus_tools.pepper.core with parameters of type DOCUMENT_STATUS Modifier and Type Method Description voidDocumentControllerImpl.DetailedStatus. setStatus(DOCUMENT_STATUS status)voidDocumentControllerImpl. updateStatus(ModuleController moduleController, DOCUMENT_STATUS status)Updates the status of a specified of containedSDocumentobject corresponding to theModuleControllerImplmatching to the passed id. -
Uses of DOCUMENT_STATUS in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that return DOCUMENT_STATUS Modifier and Type Method Description DOCUMENT_STATUSPepperMapperControllerImpl. getMappingResult(){@inheritDoc PepperMapperController#getMappingResult()}DOCUMENT_STATUSPepperMapperImpl. getMappingResult(){@inheritDoc PepperMapperConnector#getMappingResult()}DOCUMENT_STATUSPepperMapperImpl. mapSCorpus(){@inheritDoc PepperMapper#mapSCorpus()} OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.DOCUMENT_STATUSPepperMapperImpl. mapSDocument(){@inheritDoc PepperMapper#mapSDocument()} OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.Methods in org.corpus_tools.pepper.impl with parameters of type DOCUMENT_STATUS Modifier and Type Method Description voidPepperModuleImpl. done(org.corpus_tools.salt.graph.Identifier id, DOCUMENT_STATUS result)This method is called by aPepperMapperControllerobject to notify thePepperModuleobject, that the mapping for this object is done.voidPepperMapperImpl. setMappingResult(DOCUMENT_STATUS mappingResult){@inheritDoc PepperMapperConnector#setMappingResult(DOCUMENT_STATUS)} -
Uses of DOCUMENT_STATUS in org.corpus_tools.pepper.modules
Fields in org.corpus_tools.pepper.modules declared as DOCUMENT_STATUS Modifier and Type Field Description protected DOCUMENT_STATUSMappingSubject. mappingResultMethods in org.corpus_tools.pepper.modules that return DOCUMENT_STATUS Modifier and Type Method Description DOCUMENT_STATUSDocumentController. getGlobalStatus()Returns the global status of this object.DOCUMENT_STATUSMappingSubject. getMappingResult(){@inheritDoc PepperMapperConnector#getMappingResult()}DOCUMENT_STATUSPepperMapper. getMappingResult()Returns the result of the mapping, when finished.DOCUMENT_STATUSPepperMapperController. getMappingResult()Returns the result of the mapping, when finished.DOCUMENT_STATUSPepperMapper. mapSCorpus()Starts to map a givenSCorpusobject, if one is given.DOCUMENT_STATUSPepperMapper. mapSDocument()Starts to map a givenSDocumentobject, if one is given.Methods in org.corpus_tools.pepper.modules with parameters of type DOCUMENT_STATUS Modifier and Type Method Description voidPepperModule. done(org.corpus_tools.salt.graph.Identifier identifier, DOCUMENT_STATUS result)This method is called by aPepperMapperControllerobject to notify thePepperModuleobject, that the mapping for this object is done.voidMappingSubject. setMappingResult(DOCUMENT_STATUS mappingResult){@inheritDoc PepperMapperConnector#setMappingResult(DOCUMENT_STATUS)}voidPepperMapper. setMappingResult(DOCUMENT_STATUS mappingResult)Sets the result of the current mapping, when it is finished.voidDocumentController. updateStatus(ModuleController moduleController, DOCUMENT_STATUS status)Updates the status of a specified of containedSDocumentobject corresponding to theModuleControllerImplmatching to the passed id. -
Uses of DOCUMENT_STATUS in org.corpus_tools.pepper.modules.coreModules
Methods in org.corpus_tools.pepper.modules.coreModules that return DOCUMENT_STATUS Modifier and Type Method Description DOCUMENT_STATUSSaltValidator.ValidatorMapper. mapSCorpus()Checks whether eachSCorpusobject contains either aSCorpusobject or aSDocumentobject.DOCUMENT_STATUSSaltValidator.ValidatorMapper. mapSDocument()Checks whetherSTextualDS.getText()is not empty when anSTextualRelationis pointing to it. Checks whether start and end values ofSTextualRelationare not empty and fit into corresponding text Checks whether allSRelationobject have a source and a target nodeDOCUMENT_STATUSTextImporter.TextMapper. mapSDocument()Reads txt files and maps their content to aSTextualDSobject.
-