| Package | Description |
|---|---|
| org.corpus_tools.salt | |
| org.corpus_tools.salt.common | |
| org.corpus_tools.salt.common.impl | |
| org.corpus_tools.salt.impl |
| Modifier and Type | Method and Description |
|---|---|
SCorpus |
ISaltFactory.createSCorpus()
Creates a new
SCorpus object. |
static SCorpus |
SaltFactory.createSCorpus()
Creates a new
SCorpus object. |
| Modifier and Type | Method and Description |
|---|---|
SCorpus |
SCorpusGraph.createCorpus(SCorpus superCorpus,
String corpusName)
Creates a new
SCorpus object having the name
corpusName. |
SCorpus |
SCorpusGraph.getCorpus(Identifier corpusId)
Returns a corpus matching the passed identifier if such a corpus is
contained in this corpus structure.
|
SCorpus |
SCorpusGraph.getCorpus(SDocument document)
Returns the
SCorpus object, which contains the given
SDocument object (means the SCorpus object and the given
SDocument object must be connected via a
SCorpusDocumentRelation object). |
| Modifier and Type | Method and Description |
|---|---|
List<SCorpus> |
SCorpusGraph.createCorpus(org.eclipse.emf.common.util.URI corpusPath)
|
List<SCorpus> |
SCorpusGraph.getCorpora()
Returns all corpora contained in this corpus structure.
|
| Modifier and Type | Method and Description |
|---|---|
Identifier |
SCorpusGraph.addDocument(SCorpus corpus,
SDocument document)
Adds the given document to the
SCorpusGraph object and creates an
SCorpusDocumentRelation between the given corpus and the
document, if and only if the corpus is already added to this object. |
Identifier |
SCorpusGraph.addSubCorpus(SCorpus superCorpus,
SCorpus subCorpus)
Adds the given sSubCorpus to the SCorpusGraph object and creates an
SCorpusRelation between the given super corpus and the sub
corpus, if and only if the super corpus is already added to this object. |
SCorpus |
SCorpusGraph.createCorpus(SCorpus superCorpus,
String corpusName)
Creates a new
SCorpus object having the name
corpusName. |
SDocument |
SCorpusGraph.createDocument(SCorpus parentCorpus,
String documentName)
Creates a
SDocument object having the name
documentName and is added to the given
parentCorpus via a SCorpusDocumentRelation. |
| Modifier and Type | Class and Description |
|---|---|
class |
SCorpusImpl |
| Modifier and Type | Method and Description |
|---|---|
SCorpus |
SCorpusGraphImpl.createCorpus(SCorpus superCorpus,
String corpusName)
Creates a new
SCorpus object having the name
corpusName. |
SCorpus |
SCorpusGraphImpl.getCorpus(Identifier corpusId)
Returns a corpus matching the passed identifier if such a corpus is
contained in this corpus structure.
|
SCorpus |
SCorpusGraphImpl.getCorpus(SDocument document)
Returns the
SCorpus object, which contains the given
SDocument object (means the SCorpus object and the given
SDocument object must be connected via a
SCorpusDocumentRelation object). |
| Modifier and Type | Method and Description |
|---|---|
List<SCorpus> |
SCorpusGraphImpl.createCorpus(org.eclipse.emf.common.util.URI corpusPath)
|
List<SCorpus> |
SCorpusGraphImpl.getCorpora()
Returns all corpora contained in this corpus structure.
|
| Modifier and Type | Method and Description |
|---|---|
Identifier |
SCorpusGraphImpl.addDocument(SCorpus corpus,
SDocument document)
Adds the given document to the
SCorpusGraph object and creates an
SCorpusDocumentRelation between the given corpus and the
document, if and only if the corpus is already added to this object. |
Identifier |
SCorpusGraphImpl.addSubCorpus(SCorpus superCorpus,
SCorpus subCorpus)
Adds the given sSubCorpus to the SCorpusGraph object and creates an
SCorpusRelation between the given super corpus and the sub
corpus, if and only if the super corpus is already added to this object. |
SCorpus |
SCorpusGraphImpl.createCorpus(SCorpus superCorpus,
String corpusName)
Creates a new
SCorpus object having the name
corpusName. |
SDocument |
SCorpusGraphImpl.createDocument(SCorpus parentCorpus,
String documentName)
Creates a
SDocument object having the name
documentName and is added to the given
parentCorpus via a SCorpusDocumentRelation. |
| Modifier and Type | Method and Description |
|---|---|
SCorpus |
SaltFactoryImpl.createSCorpus()
Creates a new
SCorpus object. |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.