public interface RSTDocument
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RSTPackage.getRSTDocument()| Modifier and Type | Method and Description |
|---|---|
Relation |
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. |
org.eclipse.emf.common.util.EList<Group> |
getGroups()
Returns the value of the 'Groups' containment reference
list.
|
org.eclipse.emf.common.util.EList<Relation> |
getIncomingRelations(String id) |
String |
getName()
Returns the value of the 'Name' attribute.
|
Relation |
getOutgoingRelation(String id) |
org.eclipse.emf.common.util.EList<Relation> |
getOutgoingRelations(String id) |
org.eclipse.emf.common.util.EList<Relation> |
getRelations()
Returns the value of the 'Relations' containment
reference list.
|
org.eclipse.emf.common.util.EList<Segment> |
getSegments()
Returns the value of the 'Segments' containment reference
list.
|
void |
setName(String value)
Sets the value of the '
Name
' attribute.
|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RSTPackage.getRSTDocument_Name()void setName(String value)
Name
' attribute. value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<Segment> getSegments()
Segment. It is bidirectional and
its opposite is '
Document'.
If the meaning of the 'Segments' containment reference list isn't clear, there really should be more of a description here...
RSTPackage.getRSTDocument_Segments(),
Segment.getDocument()org.eclipse.emf.common.util.EList<Group> getGroups()
Group. It is bidirectional and
its opposite is '
Document'.
If the meaning of the 'Groups' containment reference list isn't clear, there really should be more of a description here...
RSTPackage.getRSTDocument_Groups(),
Group.getDocument()org.eclipse.emf.common.util.EList<Relation> getRelations()
Relation. It is bidirectional
and its opposite is '
Documents'.
If the meaning of the 'Relations' containment reference list isn't clear, there really should be more of a description here...
RSTPackage.getRSTDocument_Relations(),
Relation.getDocuments()Relation createRelation(AbstractNode parent, AbstractNode child, String name, String type)
Relation object, sets its parent, child, name and type
value to the given ones and adds the created relation to this
RSTDocument object.Copyright © 2015. All rights reserved.