Created IsolationNode class

This class is a wrapper around the HardwareRegister objects and other
Register objects that will do isolation of active attentions.

Change-Id: I08b0955d59a6e278f51fd6bcac7b29c986c0770b
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
diff --git a/test/simulator/meson.build b/test/simulator/meson.build
index d65e286..5b8a228 100644
--- a/test/simulator/meson.build
+++ b/test/simulator/meson.build
@@ -2,6 +2,7 @@
     'hei_sim_main.cpp',
     'hei_sim_user_interface.cpp',
     '../../src/isolator/hei_isolator.cpp',
+    '../../src/isolator/hei_isolation_node.cpp',
     '../../src/register/hei_hardware_register.cpp',
     '../../src/util/hei_bit_string.cpp',
 ]