| Package | Description |
|---|---|
| org.tentackle.model.parser |
Model parser.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Line.getDocument()
Gets the document this line belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
LineType.createLine(Document document,
int offset)
Creates a line for this line type.
|
| Constructor and Description |
|---|
AttributeLine(Document document,
int offset,
LineType lineType)
Creates an attribute line.
This line always spans only one line. |
CommentLine(Document document,
int offset,
LineType lineType)
Creates a comment line.
This line always spans only one line. |
ConfigurationLine(Document document,
int offset,
LineType lineType)
Creates a configuration line.
This line always spans only one line. |
EmptyLine(Document document,
int offset,
LineType lineType)
Creates an empty line.
This line always spans only one line. |
GlobalOptionLine(Document document,
int offset,
LineType lineType)
Creates a global options line.
This line always spans only one line. |
Line(Document document,
int offset,
LineType lineType)
Creates a line.
|
MultiLine(Document document,
int offset,
LineType lineType)
Creates a multi-line.
|
OptionLine(Document document,
int offset,
LineType lineType)
Creates an attribute option line.
May span multiple lines. |
RelationLine(Document document,
int offset,
LineType lineType)
Creates a relation line.
A relation line may span multiple lines. |
SingleLine(Document document,
int offset,
LineType lineType)
Creates a line.
This line always spans only one line. |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.