Class MemoryLoader


  • public class MemoryLoader
    extends java.lang.Object
    The MemoryLoader class is implements loading of data from the file into the model's memory.
    • Method Detail

      • loadMemoryElement

        public static void loadMemoryElement​(MemoryDevice memoryDevice,
                                             int address,
                                             int value)
      • loadMemoryElement

        public static void loadMemoryElement​(MemoryDevice memoryDevice,
                                             int address,
                                             ru.ispras.fortress.data.types.bitvector.BitVector value)
      • loadMemoryElements

        public static void loadMemoryElements​(java.lang.String fileName,
                                              Model model)