public class MappingSubject extends Object
SDocument or SCorpus object to
be merged. Further this container contains the DOCUMENT_STATUS and
the URI where the resource is located| Modifier and Type | Field and Description |
|---|---|
protected DOCUMENT_STATUS |
mappingResult |
protected org.eclipse.emf.common.util.URI |
resourceURI
URI of resource. |
protected org.corpus_tools.salt.graph.Identifier |
sElementId
Identifier object corresponding to either SDocument or
SCorpus which should be mapped |
| Constructor and Description |
|---|
MappingSubject() |
| Modifier and Type | Method and Description |
|---|---|
DocumentController |
getDocumentController()
Returns the document controller, if one was set.
|
org.corpus_tools.salt.graph.Identifier |
getIdentifier()
Returns
Identifier object corresponding to either
SDocument or SCorpus which should be mapped |
DOCUMENT_STATUS |
getMappingResult() |
org.eclipse.emf.common.util.URI |
getResourceURI() |
void |
setDocumentController(DocumentController documentController)
If the set
Identifier belongs to a SDocument, it's
controller can be passed with this method. |
void |
setIdentifier(org.corpus_tools.salt.graph.Identifier sElementId)
Sets
Identifier object corresponding to either SDocument
or SCorpus which should be mapped |
void |
setMappingResult(DOCUMENT_STATUS mappingResult) |
void |
setResourceURI(org.eclipse.emf.common.util.URI resourceURI) |
String |
toString()
Returns a String representation of this object.
|
protected org.eclipse.emf.common.util.URI resourceURI
URI of resource. The URI could refer a directory or a file, which
can be a corpus or a document.protected org.corpus_tools.salt.graph.Identifier sElementId
Identifier object corresponding to either SDocument or
SCorpus which should be mappedprotected volatile DOCUMENT_STATUS mappingResult
public org.eclipse.emf.common.util.URI getResourceURI()
public void setResourceURI(org.eclipse.emf.common.util.URI resourceURI)
public org.corpus_tools.salt.graph.Identifier getIdentifier()
Identifier object corresponding to either
SDocument or SCorpus which should be mappedpublic void setIdentifier(org.corpus_tools.salt.graph.Identifier sElementId)
Identifier object corresponding to either SDocument
or SCorpus which should be mappedsElementId - public void setMappingResult(DOCUMENT_STATUS mappingResult)
public DOCUMENT_STATUS getMappingResult()
public DocumentController getDocumentController()
Identifier belongs to a SDocument.SDocumentpublic void setDocumentController(DocumentController documentController)
Identifier belongs to a SDocument, it's
controller can be passed with this method.documentController - the controller for the SDocumentCopyright © 2009–2021 Humboldt-Universität zu Berlin, INRIA. All rights reserved.