| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| org.tentackle.model.parser |
Model parser.
|
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
SourceInfo.add(int lineOffset,
int positionOffset)
Returns a source info with offsets added.
|
SourceInfo |
ModelException.getSourceInfo()
Gets the source info.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
EntityFactory.createAttribute(Entity entity,
SourceInfo sourceInfo,
boolean implicit)
Creates an attribute.
|
AttributeOptions |
EntityFactory.createAttributeOptions(Attribute attribute,
SourceInfo sourceInfo)
Creates attribute options.
|
Entity |
EntityFactory.createEntity(SourceInfo sourceInfo)
Creates an empty entity.
|
EntityOptions |
EntityFactory.createEntityOptions(Entity entity,
SourceInfo sourceInfo)
Creates entity options.
|
Index |
EntityFactory.createIndex(Entity entity,
SourceInfo sourceInfo)
Creates an index.
|
IndexAttribute |
EntityFactory.createIndexAttribute(Index index,
SourceInfo sourceInfo)
Creates an index attribute.
|
Relation |
EntityFactory.createRelation(Entity entity,
SourceInfo sourceInfo)
Creates a relation.
|
| Constructor and Description |
|---|
ModelException(String message,
SourceInfo sourceInfo)
Creates a model exception.
|
ModelException(String message,
SourceInfo sourceInfo,
Throwable cause)
Creates a model exception.
|
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
CommonOptionsImpl.getSourceInfo()
Gets the source info.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeImpl |
EntityFactoryImpl.createAttribute(Entity entity,
SourceInfo sourceInfo,
boolean implicit) |
AttributeOptionsImpl |
EntityFactoryImpl.createAttributeOptions(Attribute attribute,
SourceInfo sourceInfo) |
EntityImpl |
EntityFactoryImpl.createEntity(SourceInfo sourceInfo) |
EntityOptionsImpl |
EntityFactoryImpl.createEntityOptions(Entity entity,
SourceInfo sourceInfo) |
IndexImpl |
EntityFactoryImpl.createIndex(Entity entity,
SourceInfo sourceInfo) |
IndexAttributeImpl |
EntityFactoryImpl.createIndexAttribute(Index index,
SourceInfo sourceInfo) |
RelationImpl |
EntityFactoryImpl.createRelation(Entity entity,
SourceInfo sourceInfo) |
| Constructor and Description |
|---|
AttributeImpl(EntityFactoryImpl factory,
Entity entity,
SourceInfo sourceInfo,
boolean implicit)
Creates an attribute.
|
AttributeOptionsImpl(Attribute attribute,
SourceInfo sourceInfo)
Creates attribute options.
|
CommonOptionsImpl(SourceInfo sourceInfo)
Creates options.
|
EntityImpl(EntityFactoryImpl factory,
SourceInfo sourceInfo)
Creates an entity.
|
EntityOptionsImpl(EntityFactory factory,
Entity entity,
SourceInfo sourceInfo)
Creates entity options.
|
IndexAttributeImpl(Index index,
SourceInfo sourceInfo)
Creates an index attribute.
|
IndexImpl(EntityFactoryImpl factory,
Entity entity,
SourceInfo sourceInfo)
Creates an index.
|
RelationImpl(Entity entity,
SourceInfo sourceInfo)
Creates a relation.
|
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
Line.getSourceInfo()
Gets the source info for this line.
|
SourceInfo |
Document.getSourceInfo()
Gets the source info.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.