| 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 | Interface and Description |
|---|---|
interface |
Group
A representation of the model object '
Group'.
|
interface |
Segment
A representation of the model object '
Segment'.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
Relation.getChild()
Returns the value of the 'Child' reference.
|
AbstractNode |
Relation.getParent()
Returns the value of the 'Parent' reference.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
Relation.setChild(AbstractNode value)
Sets the value of the '
Child
' reference.
|
void |
Relation.setParent(AbstractNode value)
Sets the value of the '
Parent' reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeImpl
An implementation of the model object '
Abstract Node'.
|
class |
GroupImpl
An implementation of the model object '
Group'.
|
class |
SegmentImpl
An implementation of the model object '
Segment'.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractNode |
RelationImpl.child
The cached value of the '
Child' reference |
protected AbstractNode |
RelationImpl.parent
The cached value of the '
Parent' reference |
| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
RelationImpl.basicGetChild() |
AbstractNode |
RelationImpl.basicGetParent() |
AbstractNode |
RelationImpl.getChild() |
AbstractNode |
RelationImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
RelationImpl.setChild(AbstractNode newChild) |
void |
RelationImpl.setParent(AbstractNode newParent) |
| Modifier and Type | Method and Description |
|---|---|
T |
RSTSwitch.caseAbstractNode(AbstractNode object)
Returns the result of interpreting the object as an instance of '
Abstract Node'.
|
Copyright © 2015. All rights reserved.