|
@@ -45,13 +45,6 @@ public interface Connection {
|
|
|
* @param link the link of this connection
|
|
|
*/
|
|
|
public void setLink(Link link);
|
|
|
-
|
|
|
- /**
|
|
|
- * Returns the SmartDevice which started this connection
|
|
|
- *
|
|
|
- * @return source SmartDevice
|
|
|
- */
|
|
|
- public Port getSource();
|
|
|
|
|
|
/**
|
|
|
* Returns the SmartDevices that are part of this connection
|