Uses of Interface
net.ssehub.easy.basics.modelManagement.IModelLoader.IModelInfoHolder
-
Packages that use IModelLoader.IModelInfoHolder Package Description net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.dslCore Basic reusable classes for the exportable management functions of the SSE-style DSL implementation for xText grammars.net.ssehub.easy.instantiation.serializer.xml.loader This package contains all loaders. -
-
Uses of IModelLoader.IModelInfoHolder in net.ssehub.easy.basics.modelManagement
Classes in net.ssehub.easy.basics.modelManagement that implement IModelLoader.IModelInfoHolder Modifier and Type Class Description (package private) classModelInfoHolder<M extends IModel>An implementation of the model info holder for internal use.Methods in net.ssehub.easy.basics.modelManagement with parameters of type IModelLoader.IModelInfoHolder Modifier and Type Method Description voidIModelLoader. scan(java.io.File location, IModelLoader.IModelInfoHolder<M> holder)Scans a file for model information. -
Uses of IModelLoader.IModelInfoHolder in net.ssehub.easy.dslCore
Methods in net.ssehub.easy.dslCore with parameters of type IModelLoader.IModelInfoHolder Modifier and Type Method Description voidModelUtility. scan(java.io.File location, IModelLoader.IModelInfoHolder<R> holder) -
Uses of IModelLoader.IModelInfoHolder in net.ssehub.easy.instantiation.serializer.xml.loader
Methods in net.ssehub.easy.instantiation.serializer.xml.loader with parameters of type IModelLoader.IModelInfoHolder Modifier and Type Method Description voidIVMLModelLoader. scan(java.io.File location, IModelLoader.IModelInfoHolder<Project> holder)voidVILModelLoader. scan(java.io.File location, IModelLoader.IModelInfoHolder<Script> holder)voidVTLModelLoader. scan(java.io.File location, IModelLoader.IModelInfoHolder<Template> holder)
-