| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| org.tentackle.model.parse |
Model parsing.
|
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
SourceInfo.add(int lineOffset,
int positionOffset)
Returns a source info with offsets added.
|
SourceInfo |
ModelElement.getSourceInfo()
Gets the information about the source where this element is defined.
|
| 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.
|
Relation |
EntityFactory.createRelation(Entity entity,
SourceInfo sourceInfo)
Creates a relation.
|
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
AttributeImpl.getSourceInfo() |
SourceInfo |
CommonOptionsImpl.getSourceInfo()
Gets the source info.
|
SourceInfo |
EntityImpl.getSourceInfo() |
SourceInfo |
RelationImpl.getSourceInfo()
Gets the source info.
|
SourceInfo |
IndexImpl.getSourceInfo() |
| 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) |
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.
|
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 |
Document.getSourceInfo()
Gets the source info.
|
SourceInfo |
Line.getSourceInfo()
Gets the source info for this line.
|
Tentackle - a domain driven enterprise framework