| Package | Description |
|---|---|
| org.corpus_tools.pepper.common | |
| org.corpus_tools.pepper.impl | |
| org.corpus_tools.pepper.modules | |
| org.corpus_tools.pepper.testFramework.helpers |
| Modifier and Type | Field and Description |
|---|---|
protected FormatDesc |
CorpusDesc.formatDesc
format description belonging to this corpus
|
| Modifier and Type | Method and Description |
|---|---|
FormatDesc |
PepperModuleDesc.addSupportedFormat(String formatName,
String formatVersion,
org.eclipse.emf.common.util.URI formatReference)
Creates a new
FormatDesc object containing the passed name,
version and reference to the list of of FormatDesc objects
describing all formats supported by the Pepper module, this object
describes. |
FormatDesc |
FormatDesc.FormatDescBuilder.build() |
FormatDesc |
CorpusDesc.getFormatDesc()
Returns a set format description.
|
FormatDesc |
FormatDesc.setFormatName(String formatName)
Sets the name of the linguistic format.
|
FormatDesc |
FormatDesc.setFormatReference(org.eclipse.emf.common.util.URI formatReference)
Sets the documentation reference for the linguistic format.
|
FormatDesc |
FormatDesc.setFormatVersion(String formatVersion)
Sets the version of the linguistic format.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormatDesc> |
PepperModuleDesc.getSupportedFormats()
Returns a list of
FormatDesc objects describing all formats
supported by the Pepper module, this object describes. |
| Modifier and Type | Method and Description |
|---|---|
CorpusDesc |
CorpusDesc.setFormatDesc(FormatDesc formatDesc)
Sets the format description for this corpus description.
|
| Modifier and Type | Method and Description |
|---|---|
FormatDesc |
PepperExporterImpl.addSupportedFormat(String formatName,
String formatVersion,
org.eclipse.emf.common.util.URI formatReference) |
FormatDesc |
PepperImporterImpl.addSupportedFormat(String formatName,
String formatVersion,
org.eclipse.emf.common.util.URI formatReference) |
| Modifier and Type | Method and Description |
|---|---|
List<FormatDesc> |
PepperExporterImpl.getSupportedFormats()
TODO docu
|
List<FormatDesc> |
PepperImporterImpl.getSupportedFormats()
Returns a list of formats, which are importable by this
PepperImporter object. |
| Modifier and Type | Method and Description |
|---|---|
FormatDesc |
PepperExporter.addSupportedFormat(String formatName,
String formatVersion,
org.eclipse.emf.common.util.URI formatReference) |
FormatDesc |
PepperImporter.addSupportedFormat(String formatName,
String formatVersion,
org.eclipse.emf.common.util.URI formatReference) |
| Modifier and Type | Method and Description |
|---|---|
List<FormatDesc> |
PepperExporter.getSupportedFormats()
TODO docu
|
List<FormatDesc> |
PepperImporter.getSupportedFormats()
Returns a list of formats, which are importable by this
PepperImporter object. |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormatDesc> |
PepperImExporterTest.supportedFormatsCheck
Deprecated.
the visibality of this memeber will be shrinked to private.
Use
PepperImExporterTest.addFormatWhichShouldBeSupported(FormatDesc) or
PepperImExporterTest.addFormatWhichShouldBeSupported(String, String)
instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperImExporterTest.addFormatWhichShouldBeSupported(FormatDesc formatDesc)
Adds a format description to the list of formats which should be
supported by the module to be tested.
|
void |
PepperImExporterTest.addSupportedFormat(FormatDesc formatDesc)
|
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.