| Modifier and Type | Method and Description |
|---|---|
SaltProject |
ISaltFactory.createSaltProject()
Creates a new
SaltProject. |
static SaltProject |
SaltFactory.createSaltProject()
Creates a new
SaltProject. |
| Modifier and Type | Method and Description |
|---|---|
SaltProject |
SCorpusGraph.getSaltProject()
Returns the salt project, to which this corpus structure belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCorpusGraph.setSaltProject(SaltProject saltProject)
Sets the salt project, to which this corpus structure belongs to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SaltProjectImpl |
| Modifier and Type | Field and Description |
|---|---|
protected SaltProject |
SCorpusGraphImpl.saltProject
Salt-project containing this corpus structure
|
| Modifier and Type | Method and Description |
|---|---|
SaltProject |
SCorpusGraphImpl.getSaltProject()
Returns the salt project, to which this corpus structure belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCorpusGraphImpl.basic_setSaltProject(SaltProject saltProject)
This is an internally used method.
|
void |
SCorpusGraphImpl.setSaltProject(SaltProject saltProject)
Sets the salt project, to which this corpus structure belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
SaltProject |
SaltFactoryImpl.createSaltProject()
Creates a new
SaltProject. |
| Modifier and Type | Method and Description |
|---|---|
static SaltProject |
SampleGenerator.createSaltProject()
Creates a complete
SaltProject object having the complex
structure
rootCorpus
/ \
subCorpus1 subCorpus2
/ \ / \
doc1 doc2 doc3 doc4
|
| Modifier and Type | Method and Description |
|---|---|
static SCorpusGraph |
SampleGenerator.createCorpusStructure(SaltProject saltProject)
Creates the following corpus structure and adds it to the given salt
project.
|
| Modifier and Type | Method and Description |
|---|---|
static SaltProject |
SaltUtil.loadCompleteSaltProject(org.eclipse.emf.common.util.URI location)
Loads a SaltProject from given uri and returns it as object structure.
|
static SaltProject |
SaltUtil.loadSaltProject(org.eclipse.emf.common.util.URI location)
Loads a SaltProject from given uri and returns it as object structure.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SaltUtil.saveSaltProject(SaltProject saltProject,
org.eclipse.emf.common.util.URI location)
Persists the passed
SaltProject object in a SaltXML file at the
passed location. |
| Constructor and Description |
|---|
Diff(SaltProject template,
SaltProject other,
DiffOptions optionMap) |
SaltProjectDiff(SaltProject template,
SaltProject other)
Initializes Diff object with the two graphs
template and
other. |
SaltProjectDiff(SaltProject template,
SaltProject other,
DiffOptions optionMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaltXML10Writer.writeSaltProject(SaltProject project)
Writes a Salt project to the file given by
SaltXML10Writer.getPath(). |
void |
SaltXML10Writer.writeSaltProject(XMLStreamWriter xml,
SaltProject project)
Writes a salt project to the xml stream.
|
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.