X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=era.mi%2Fsrc%2Fera%2Fmi%2Flogic%2Fcomponents%2FComponent.java;h=c3919bf161a7c9c733ff5a03f1c7a62747abcf0d;hb=7d3d8dd3ff0e8362195ed5bbbc7ec4bc9a9b2475;hp=cd65489f6fc077468d9ed73fe2d8b689f8795449;hpb=f2284b0dcfb187ed6473d0a9903eb99ef31d49c5;p=Mograsim.git diff --git a/era.mi/src/era/mi/logic/components/Component.java b/era.mi/src/era/mi/logic/components/Component.java index cd65489f..c3919bf1 100644 --- a/era.mi/src/era/mi/logic/components/Component.java +++ b/era.mi/src/era/mi/logic/components/Component.java @@ -8,14 +8,13 @@ public interface Component { /** - * Returns immutable list of all inputs to the {@link Component} (including e.g. the select bits to a MUX). - * Intended for visualization in the UI. + * Returns immutable list of all inputs to the {@link Component} (including e.g. the select bits to a MUX). Intended for visualization + * in the UI. */ public List getAllInputs(); - + /** - * Returns immutable list of all outputs to the {@link Component}. - * Intended for visualization in the UI. + * Returns immutable list of all outputs to the {@link Component}. Intended for visualization in the UI. */ public List getAllOutputs(); }