| Package | Description |
|---|---|
| de.hu_berlin.german.korpling.rst | |
| de.hu_berlin.german.korpling.rst.impl | |
| de.hu_berlin.german.korpling.rst.util |
| Modifier and Type | Method and Description |
|---|---|
Relation |
RSTFactory.createRelation()
Returns a new object of class 'Relation'.
|
Relation |
RSTDocument.createRelation(AbstractNode parent,
AbstractNode child,
String name,
String type)
Creates a
Relation object, sets its parent, child, name and type
value to the given ones and adds the created relation to this
RSTDocument object. |
Relation |
RSTDocument.getOutgoingRelation(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Relation> |
RSTDocument.getIncomingRelations(String id) |
org.eclipse.emf.common.util.EList<Relation> |
RSTDocument.getOutgoingRelations(String id) |
org.eclipse.emf.common.util.EList<Relation> |
RSTDocument.getRelations()
Returns the value of the 'Relations' containment
reference list.
|
org.eclipse.emf.common.util.EList<Relation> |
Document.getRelations()
Returns the value of the 'Relations' containment
reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelationImpl
An implementation of the model object '
Relation'.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Relation> |
RSTDocumentImpl.relations
The cached value of the ' Relations'
containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
Relation |
RSTFactoryImpl.createRelation() |
Relation |
RSTDocumentImpl.createRelation(AbstractNode parent,
AbstractNode child,
String name,
String type)
Creates a
Relation object, sets its parent, child, name and type
value to the given ones and adds the created relation to this
RSTDocument object. |
Relation |
RSTDocumentImpl.getOutgoingRelation(String id)
Returns all outgoing relations to the AbstractNode-object corresponding
to the given id.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Relation> |
RSTDocumentImpl.getIncomingRelations(String id)
Returns all incoming relations to the AbstractNode-object corresponding
to the given id.
|
org.eclipse.emf.common.util.EList<Relation> |
RSTDocumentImpl.getOutgoingRelations(String id)
Returns all outgoing relations to the AbstractNode-object corresponding
to the given id.
|
org.eclipse.emf.common.util.EList<Relation> |
RSTDocumentImpl.getRelations() |
| Modifier and Type | Method and Description |
|---|---|
T |
RSTSwitch.caseRelation(Relation object)
Returns the result of interpreting the object as an instance of '
Relation'.
|
Copyright © 2015. All rights reserved.