| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.parser |
Model parser.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
Attribute.getSourceLine()
Gets the source line.
|
Line |
Relation.getSourceLine()
Gets the source line.
|
Line |
Index.getSourceLine()
Gets the source line.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeLine
The attribute definition line.
|
class |
CommentLine
A comment line.
|
class |
ConfigurationLine
The configuration line.
|
class |
EmptyLine
The empty line.
|
class |
GlobalOptionLine
Global options line.
|
class |
MultiLine
A line consisting of multiple physical lines.
Such lines are concatenated by trailing commas or colons. |
class |
OptionLine
The option line.
|
class |
RelationLine
A relation line.
|
class |
SingleLine
A line consisting of a single physical line.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
LineType.createLine(Document document,
int offset)
Creates a line for this line type.
|
protected Line |
Document.nextLine(Line currentLine)
Gets the next line.
|
| Modifier and Type | Method and Description |
|---|---|
List<Line> |
Document.getLines()
Gets the parsed lines.
|
protected List<Line> |
Document.parse()
Parses the document and returns a list of lines.
|
| Modifier and Type | Method and Description |
|---|---|
protected Line |
Document.nextLine(Line currentLine)
Gets the next line.
|
void |
LineParser.parse(Line line)
Parses a line.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.