Uses of Class
net.ssehub.easy.basics.modelManagement.ModelManagement
Packages that use ModelManagement
Package
Description
Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).
-
Uses of ModelManagement in net.ssehub.easy.basics.modelManagement
Fields in net.ssehub.easy.basics.modelManagement declared as ModelManagementMethods in net.ssehub.easy.basics.modelManagement that return ModelManagementModifier and TypeMethodDescriptionprotected abstract ModelManagement<M> AbstractModelInitializer.getModelManagement()Returns the actual model management instance.Methods in net.ssehub.easy.basics.modelManagement with parameters of type ModelManagementModifier and TypeMethodDescriptionprivate static <M extends IModel>
voidUtils.printModelInfo(M model, ModelManagement<M> mgt) Prints the resolution information of the givenmodeltoSystem.out.static <M extends IModel>
voidUtils.printResolution(M model, ModelManagement<M> mgt) Prints the import resolution of the givenmodeltoSystem.out.private static <M extends IModel>
voidUtils.printResolution(M model, ModelManagement<M> mgt, Set<M> done, String indent) Prints the import resolution of the givenmodeltoSystem.out.Constructors in net.ssehub.easy.basics.modelManagement with parameters of type ModelManagementModifierConstructorDescriptionprotectedModelRepository(ModelManagement<M> modelMgmt) Creates a model repository.