Uses of Interface
org.tentackle.model.impl.ModelEntity
Packages that use ModelEntity
-
Uses of ModelEntity in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement ModelEntityMethods in org.tentackle.model.impl that return ModelEntityModifier and TypeMethodDescriptionprotected ModelEntityModelImpl.createModelEntity(Entity entity, String fileName) Creates a model entity wrapper.Methods in org.tentackle.model.impl with parameters of type ModelEntityModifier and TypeMethodDescriptionprotected voidModelImpl.addModelEntity(ModelEntity modelEntity) Adds an entity to the model.protected voidModelImpl.updateRelations(ModelDefaults defaults, EntityAliases aliases, ModelEntity loadedModelEntity) Updates all relations.