Common ConnectionPoint interface to simplify many things
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / wires / ConnectionPoint.java
1 package net.mograsim.logic.ui.model.wires;\r
2 \r
3 public interface ConnectionPoint\r
4 {\r
5         /**\r
6          * Retrieves the {@link Pin}, that is used by the {@link GUIWire} to connect to.\r
7          * \r
8          * @return the {@link Pin} for the wire to connect to.\r
9          * \r
10          * @author Christian Femers\r
11          */\r
12         Pin getPin();\r
13 }\r