Uses of Class
org.corpus_tools.pepper.common.CorpusDesc
-
Packages that use CorpusDesc Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules -
-
Uses of CorpusDesc in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return CorpusDesc Modifier and Type Method Description CorpusDescCorpusDesc.Builder. build()CorpusDescStepDesc. getCorpusDesc()Returns an object to describe all infos about the corpus to im- or export.CorpusDescCorpusDesc. setCorpusPath(org.eclipse.emf.common.util.URI corpusPath)Sets the path of where to store or from where to load this corpus.CorpusDescCorpusDesc. setFormatDesc(FormatDesc formatDesc)Sets the format description for this corpus description.Methods in org.corpus_tools.pepper.common with parameters of type CorpusDesc Modifier and Type Method Description StepDescStepDesc. setCorpusDesc(CorpusDesc corpusDesc)Sets an object to describe all infos about the corpus to im- or export. -
Uses of CorpusDesc in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core with parameters of type CorpusDesc Modifier and Type Method Description StepStep. setCorpusDesc(CorpusDesc corpusDesc){@inheritDoc StepDesc#setCorpusDesc(CorpusDesc)} Further passes the givenCorpusDescto theModuleControllerImpl, if already set. -
Uses of CorpusDesc in org.corpus_tools.pepper.impl
Fields in org.corpus_tools.pepper.impl declared as CorpusDesc Modifier and Type Field Description protected CorpusDescPepperExporterImpl. corpusDefinitionTODO make docuprotected CorpusDescPepperImporterImpl. corpusDescTODO make docuMethods in org.corpus_tools.pepper.impl that return CorpusDesc Modifier and Type Method Description CorpusDescPepperExporterImpl. getCorpusDesc(){@inheritDoc PepperExporter#getCorpusDefinition()}CorpusDescPepperImporterImpl. getCorpusDesc(){@inheritDoc PepperImporter#getCorpusDefinition()}Methods in org.corpus_tools.pepper.impl with parameters of type CorpusDesc Modifier and Type Method Description voidPepperExporterImpl. setCorpusDesc(CorpusDesc newCorpusDefinition){@inheritDoc PepperExporter#setCorpusDefinition(CorpusDefinition)}voidPepperImporterImpl. setCorpusDesc(CorpusDesc newCorpusDefinition){@inheritDoc PepperImporter#setCorpusDefinition(CorpusDefinition)} -
Uses of CorpusDesc in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return CorpusDesc Modifier and Type Method Description CorpusDescPepperExporter. getCorpusDesc()TODO docuCorpusDescPepperImporter. getCorpusDesc()TODO docuMethods in org.corpus_tools.pepper.modules with parameters of type CorpusDesc Modifier and Type Method Description voidPepperExporter. setCorpusDesc(CorpusDesc corpusDesc)TODO docuvoidPepperImporter. setCorpusDesc(CorpusDesc corpusDesc)TODO docu
-