| Modifier and Type | Method and Description |
|---|---|
static Identifier |
SaltFactory.createIdentifier(IdentifiableElement container,
String id)
Creates a new
Identifier object of type IdentifierImpl. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
SCorpus |
SCorpusGraph.getCorpus(Identifier corpusId)
Returns a corpus matching the passed identifier if such a corpus is
contained in this corpus structure.
|
SDocument |
SCorpusGraph.getDocument(Identifier documentId)
Returns a document matching the passed identifier if such a document is
contained in this document 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. |
| Modifier and Type | Method and Description |
|---|---|
SCorpus |
SCorpusGraphImpl.getCorpus(Identifier corpusId)
Returns a corpus matching the passed identifier if such a corpus is
contained in this corpus structure.
|
SDocument |
SCorpusGraphImpl.getDocument(Identifier documentId)
Returns a document matching the passed identifier if such a document is
contained in this document structure.
|
void |
SDocumentImpl.setIdentifier(Identifier identifier)
Sets the
Identifier label for this object. |
| Modifier and Type | Method and Description |
|---|---|
static Identifier |
GraphFactory.createIdentifier(IdentifiableElement container,
String id)
Creates a new
Identifier object of type IdentifierImpl. |
Identifier |
IGraphFactory.createIdentifier(IdentifiableElement container,
String id)
Creates a new
Identifier object of type IdentifierImpl. |
Identifier |
IdentifiableElement.getIdentifier()
Returns the
Identifier label for this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentifiableElement.setIdentifier(Identifier identifier)
Sets the
Identifier label for this object. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierImpl |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
GraphFactoryImpl.createIdentifier(IdentifiableElement container,
String id) |
Identifier |
IdentifiableElementImpl.getIdentifier()
Returns the
Identifier label for this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentifiableElementImpl.setIdentifier(Identifier identifier)
Sets the
Identifier label for this object. |
| Modifier and Type | Method and Description |
|---|---|
static String |
SaltUtil.getGlobalId(Identifier id)
Returns a global ID for the passed object (either if
Identifier
belongs to SDocument or SCorpus object). |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.