Added project specific format; Default values in WireArray are now U
[Mograsim.git] / era.mi / src / era / mi / logic / components / Component.java
index cd65489..c3919bf 100644 (file)
@@ -8,14 +8,13 @@ public interface Component
 {\r
 \r
        /**\r
-        * Returns immutable list of all inputs to the {@link Component} (including e.g. the select bits to a MUX).\r
-        * Intended for visualization in the UI.\r
+        * Returns immutable list of all inputs to the {@link Component} (including e.g. the select bits to a MUX). Intended for visualization\r
+        * in the UI.\r
         */\r
        public List<WireArray> getAllInputs();\r
-       \r
+\r
        /**\r
-        * Returns immutable list of all outputs to the {@link Component}.\r
-        * Intended for visualization in the UI.\r
+        * Returns immutable list of all outputs to the {@link Component}. Intended for visualization in the UI.\r
         */\r
        public List<WireArray> getAllOutputs();\r
 }\r