Uses of Interface
org.corpus_tools.pepper.modules.PepperMapper
-
Packages that use PepperMapper Package Description org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules org.corpus_tools.pepper.modules.coreModules org.corpus_tools.pepper.modules.exceptions -
-
Uses of PepperMapper in org.corpus_tools.pepper.impl
Classes in org.corpus_tools.pepper.impl that implement PepperMapper Modifier and Type Class Description classPepperMapperImplAn abstract implementation ofPepperMapperto be used for further derivations for specific mapping purposes.Methods in org.corpus_tools.pepper.impl that return PepperMapper Modifier and Type Method Description PepperMapperPepperModuleImpl. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.PepperMapperPepperMapperControllerImpl. getPepperMapper()Returns thePepperMapper, controlled by this object.Methods in org.corpus_tools.pepper.impl with parameters of type PepperMapper Modifier and Type Method Description voidPepperMapperControllerImpl. setPepperMapper(PepperMapper pepperMapper)Sets the mapper, controlled by this object. -
Uses of PepperMapper in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return PepperMapper Modifier and Type Method Description PepperMapperPepperModule. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.PepperMapperPepperMapperController. getPepperMapper()Returns thePepperMapper, controlled by this object.Methods in org.corpus_tools.pepper.modules with parameters of type PepperMapper Modifier and Type Method Description voidPepperMapperController. setPepperMapper(PepperMapper pepperMapper)Sets thePepperMapper, controlled by this object. -
Uses of PepperMapper in org.corpus_tools.pepper.modules.coreModules
Classes in org.corpus_tools.pepper.modules.coreModules that implement PepperMapper Modifier and Type Class Description static classSaltValidator.ValidatorMapperChecks whether eachSCorpusobject contains either aSCorpusobject or aSDocumentobject.static classTextImporter.TextMapperReads the content of txt files and creates aSTextualDSobject for each.Methods in org.corpus_tools.pepper.modules.coreModules that return PepperMapper Modifier and Type Method Description PepperMapperDoNothingExporter. createPepperMapper(org.corpus_tools.salt.graph.Identifier id)Creates a mapper which does nothing.PepperMapperDoNothingImporter. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)Creates a mapper of typeEXMARaLDA2SaltMapper.PepperMapperDoNothingManipulator. createPepperMapper(org.corpus_tools.salt.graph.Identifier identifier)Creates a dummy mapper, which only returnsDOCUMENT_STATUS.COMPLETED.PepperMapperDOTExporter. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)PepperMapperDOTManipulator. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)PepperMapperSaltValidator. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)PepperMapperSaltXMLExporter. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)Creates a mapper of typeSaltXMLExporter.SaltXMLExporterMapper.PepperMapperSaltXMLImporter. createPepperMapper(org.corpus_tools.salt.graph.Identifier id)Creates a mapper of typeEXMARaLDA2SaltMapper.PepperMapperTextExporter. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)Creates a mapper to export primary texts.PepperMapperTextImporter. createPepperMapper(org.corpus_tools.salt.graph.Identifier sElementId)Creates a mapper OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING. -
Uses of PepperMapper in org.corpus_tools.pepper.modules.exceptions
Constructors in org.corpus_tools.pepper.modules.exceptions with parameters of type PepperMapper Constructor Description PepperModuleDataException(PepperMapper pepperMapper, String s)PepperModuleDataException(PepperMapper pepperMapper, String s, Throwable ex)PepperModuleException(PepperMapper pepperMapper, String s)PepperModuleException(PepperMapper pepperMapper, String s, Throwable ex)PepperModuleInternalException(PepperMapper pepperMapper, String s)PepperModuleInternalException(PepperMapper pepperMapper, String s, Throwable ex)
-