Uses of Class
org.tentackle.model.SourceInfo
Packages that use SourceInfo
Package
Description
Entity model.
Default model implementation.
Model parsing.
-
Uses of SourceInfo in org.tentackle.model
Methods in org.tentackle.model that return SourceInfoModifier and TypeMethodDescriptionSourceInfo.add(int lineOffset, int positionOffset) Returns a source info with offsets added.ModelElement.getSourceInfo()Gets the information about the source where this element is defined.Methods in org.tentackle.model with parameters of type SourceInfoModifier and TypeMethodDescriptionEntityFactory.createAttribute(Entity entity, SourceInfo sourceInfo, boolean implicit) Creates an attribute.EntityFactory.createAttributeOptions(Attribute attribute, SourceInfo sourceInfo) Creates attribute options.EntityFactory.createEntity(SourceInfo sourceInfo) Creates an empty entity.EntityFactory.createEntityOptions(Entity entity, SourceInfo sourceInfo) Creates entity options.EntityFactory.createIndex(Entity entity, SourceInfo sourceInfo) Creates an index.EntityFactory.createRelation(Entity entity, SourceInfo sourceInfo) Creates a relation. -
Uses of SourceInfo in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return SourceInfoModifier and TypeMethodDescriptionAttributeImpl.getSourceInfo()CommonOptionsImpl.getSourceInfo()Gets the source info.EntityImpl.getSourceInfo()IndexImpl.getSourceInfo()RelationImpl.getSourceInfo()Methods in org.tentackle.model.impl with parameters of type SourceInfoModifier and TypeMethodDescriptionEntityFactoryImpl.createAttribute(Entity entity, SourceInfo sourceInfo, boolean implicit) EntityFactoryImpl.createAttributeOptions(Attribute attribute, SourceInfo sourceInfo) EntityFactoryImpl.createEntity(SourceInfo sourceInfo) EntityFactoryImpl.createEntityOptions(Entity entity, SourceInfo sourceInfo) EntityFactoryImpl.createIndex(Entity entity, SourceInfo sourceInfo) EntityFactoryImpl.createRelation(Entity entity, SourceInfo sourceInfo) Constructors in org.tentackle.model.impl with parameters of type SourceInfoModifierConstructorDescriptionAttributeImpl(EntityFactoryImpl factory, Entity entity, SourceInfo sourceInfo, boolean implicit) Creates an attribute.AttributeImpl(EntityFactoryImpl factory, Entity entity, SourceInfo sourceInfo, boolean implicit, AttributeOptionsImpl options) 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. -
Uses of SourceInfo in org.tentackle.model.parse
Methods in org.tentackle.model.parse that return SourceInfoModifier and TypeMethodDescriptionDocument.getSourceInfo()Gets the source info.Line.getSourceInfo()Gets the source info for this line.