| Package | Description |
|---|---|
| de.hu_berlin.german.korpling.rst | |
| de.hu_berlin.german.korpling.rst.impl | |
| de.hu_berlin.german.korpling.rst.resources | |
| de.hu_berlin.german.korpling.rst.util |
| Modifier and Type | Method and Description |
|---|---|
RSTDocument |
RSTFactory.createRSTDocument()
Returns a new object of class 'Document'.
|
RSTDocument |
Group.getDocument()
Returns the value of the 'Document' container reference.
|
RSTDocument |
Segment.getDocument()
Returns the value of the 'Document' container reference.
|
RSTDocument |
Relation.getDocuments()
Returns the value of the 'Documents' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setDocument(RSTDocument value)
Sets the value of the '
Document' container reference.
|
void |
Segment.setDocument(RSTDocument value)
Sets the value of the '
Document' container reference.
|
void |
Relation.setDocuments(RSTDocument value)
Sets the value of the '
Documents' container reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSTDocumentImpl
An implementation of the model object '
Document'.
|
| Modifier and Type | Method and Description |
|---|---|
RSTDocument |
RSTFactoryImpl.createRSTDocument() |
RSTDocument |
SegmentImpl.getDocument() |
RSTDocument |
GroupImpl.getDocument() |
RSTDocument |
RelationImpl.getDocuments() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
SegmentImpl.basicSetDocument(RSTDocument newDocument,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
GroupImpl.basicSetDocument(RSTDocument newDocument,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
RelationImpl.basicSetDocuments(RSTDocument newDocuments,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SegmentImpl.setDocument(RSTDocument newDocument) |
void |
GroupImpl.setDocument(RSTDocument newDocument) |
void |
RelationImpl.setDocuments(RSTDocument newDocuments) |
| Modifier and Type | Method and Description |
|---|---|
RSTDocument |
RSTReader.getRSTDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
RSTReader.setRSTDocument(RSTDocument rstDocument) |
void |
RSTWriter.write(RSTDocument rstDocument,
org.eclipse.emf.common.util.URI uri)
Stores a RST-model into a .rs3 file.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RSTSwitch.caseRSTDocument(RSTDocument object)
Returns the result of interpreting the object as an instance of '
Document'.
|
Copyright © 2015. All rights reserved.