| Modifier and Type | Method and Description |
|---|---|
static SCorpusGraph |
SaltFactory.createSCorpusGraph()
Creates a new
SCorpusGraph object. |
SCorpusGraph |
ISaltFactory.createSCorpusGraph()
Creates a new
SCorpusGraph object. |
| Modifier and Type | Method and Description |
|---|---|
SCorpusGraph |
SaltProject.createCorpusGraph()
Creates a new corpus graph and adds it to the Salt project.
|
SCorpusGraph |
SDocument.getGraph()
Returns the container graph of this node.
|
SCorpusGraph |
SCorpus.getGraph()
Returns the container graph of this node.
|
| Modifier and Type | Method and Description |
|---|---|
List<SCorpusGraph> |
SaltProject.getCorpusGraphs()
Returns all corpus structures contained in this project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaltProject.addCorpusGraph(SCorpusGraph corpusGraph)
Adds the passed
SCorpusGraph object to the list of corpus graphs. |
void |
SaltProject.removeCorpusGraph(SCorpusGraph corpusGraph)
Removes the passed
SCorpusGraph object to the list of corpus
graphs. |
| Modifier and Type | Class and Description |
|---|---|
class |
SCorpusGraphImpl |
| Modifier and Type | Method and Description |
|---|---|
SCorpusGraph |
SaltProjectImpl.createCorpusGraph()
Creates a new corpus graph and adds it to the Salt project.
|
SCorpusGraph |
SCorpusImpl.getGraph()
Returns the container graph of this node.
|
SCorpusGraph |
SDocumentImpl.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
List<SCorpusGraph> |
SaltProjectImpl.getCorpusGraphs()
Returns all corpus structures contained in this project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaltProjectImpl.addCorpusGraph(SCorpusGraph corpusGraph)
Adds the passed
SCorpusGraph object to the list of corpus graphs. |
void |
SaltProjectImpl.basic_addCorpusGraph(SCorpusGraph corpusGraph)
Adds the corpus graph to the internal list of corpus graphs.
|
void |
SaltProjectImpl.basic_removeCorpusGraph(SCorpusGraph corpusGraph)
Removes the corpus graph to the internal list of corpus graphs.
|
void |
SaltProjectImpl.removeCorpusGraph(SCorpusGraph corpusGraph) |
| Modifier and Type | Method and Description |
|---|---|
SCorpusGraph |
SaltFactoryImpl.createSCorpusGraph()
Creates a new
SCorpusGraph object. |
| Modifier and Type | Method and Description |
|---|---|
static SCorpusGraph |
SampleGenerator.createCorpusStructure_simple()
Creates the following structure:
rootCorpus | doc1
|
static SCorpusGraph |
SampleGenerator.createCorpusStructure()
Creates the following structure:
rootCorpus
/ \
subCorpus1 subCorpus2
/ \ / \
doc1 doc2 doc3 doc4
|
static SCorpusGraph |
SampleGenerator.createCorpusStructure(SaltProject saltProject)
Creates the following corpus structure and adds it to the given salt
project.
|
static SCorpusGraph |
SampleGenerator.createCorpusStructure(SCorpusGraph corpGraph1)
Creates the following structure:
rootCorpus
/ \
subCorpus1 subCorpus2
/ \ / \
doc1 doc2 doc3 doc4
|
| Modifier and Type | Method and Description |
|---|---|
static SCorpusGraph |
SampleGenerator.createCorpusStructure(SCorpusGraph corpGraph1)
Creates the following structure:
rootCorpus
/ \
subCorpus1 subCorpus2
/ \ / \
doc1 doc2 doc3 doc4
|
| Modifier and Type | Method and Description |
|---|---|
static SCorpusGraph |
SaltUtil.loadCorpusGraph(org.eclipse.emf.common.util.URI sCorpusGraphURI)
Loads the given SaltXML file (.
|
static SCorpusGraph |
SaltUtil.loadCorpusGraph(org.eclipse.emf.common.util.URI sCorpusGraphUri,
Integer idxOfSCorpusGraph)
Loads the given SaltXML file (.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SaltUtil.moveCorpusGraph(SCorpusGraph source,
SCorpusGraph target)
Moves the content of
source to target. |
static void |
SaltUtil.saveCorpusGraph_DOT(SCorpusGraph corpusGraph,
org.eclipse.emf.common.util.URI location)
Stores a
SCorpusGraph into DOT file. |
static void |
SaltUtil.saveCorpusGraph(SCorpusGraph corpusGraph,
org.eclipse.emf.common.util.URI location)
Persists the passed
SCorpusGraph object in a
file at the passed location. |
| Modifier and Type | Method and Description |
|---|---|
void |
SaltXML10Writer.writeCorpusGraph(XMLStreamWriter xml,
SCorpusGraph graph,
boolean embedded)
Writes a corpus graph to the xml stream
|
| Modifier and Type | Method and Description |
|---|---|
SCorpusGraph |
SCorpusGraphDOTWriter.getSCorpusGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
SCorpusGraphDOTWriter.setSCorpusGraph(SCorpusGraph sCorpusGraph) |
Copyright © 2009–2016 Humboldt-Universität zu Berlin, INRIA. All rights reserved.