Move parts of RamModelUtil to model project

Issue #68 resolved
Matthias Schoettle created an issue

The class RamModelUtils in ca.mcgill.ram.utils contains a lot of methods related to RAM model utilities that are not related to the GUI at all.

Create a class RamModelUtil in package ca.mcgill.cs.sel.ram.util and move non-GUI related methods there.

This class can then also be extended with functionality for message view helper methods etc.

See also issue #67.

Comments (6)

  1. Matthias Schoettle reporter

    References issue #68: Moved createAspect, layout and default types to RAMModelUtil. This includes the private method getTypeInstance.

    → <<cset 7156035c8226>>

  2. Matthias Schoettle reporter

    Resolved issue #68: Moved getPrimitiveTypes to RAMModelUtil. Methods related to GUI tasks (getting a type by name) are kept in the old RamModelUtils for now.

    → <<cset 6e0183c33cf5>>

  3. Log in to comment