public class CorpusDesc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CorpusDesc.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.URI |
corpusPath
location of corpus
|
protected FormatDesc |
formatDesc
format description belonging to this corpus
|
| Constructor and Description |
|---|
CorpusDesc()
Initializes a new
CorpusDesc object. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.URI |
getCorpusPath()
Returns the path of where to store or from where to load this corpus.
|
FormatDesc |
getFormatDesc()
Returns a set format description.
|
CorpusDesc |
setCorpusPath(org.eclipse.emf.common.util.URI corpusPath)
Sets the path of where to store or from where to load this corpus.
|
CorpusDesc |
setFormatDesc(FormatDesc formatDesc)
Sets the format description for this corpus description.
|
String |
toString()
Returns a string representation of this object.
|
protected FormatDesc formatDesc
protected org.eclipse.emf.common.util.URI corpusPath
public CorpusDesc()
CorpusDesc object.public FormatDesc getFormatDesc()
FormatDesc object was
set, a new one is created.public CorpusDesc setFormatDesc(FormatDesc formatDesc)
formatDesc - format description objectpublic org.eclipse.emf.common.util.URI getCorpusPath()
public CorpusDesc setCorpusPath(org.eclipse.emf.common.util.URI corpusPath)
corpusPath - location of corpusthis - objectCopyright © 2009–2018 Humboldt-Universität zu Berlin, INRIA. All rights reserved.