Interface ConnectionModel

All Superinterfaces:
Model

public interface ConnectionModel extends Model
Interface to aid manipulation of connections/associations.
Author:
Daniel Sagenschneider
  • Method Details

    • isRemovable

      boolean isRemovable()
      Indicates if this connection is removable.
      Returns:
      True if may remove the connection.
    • connect

      void connect()
      Connects the source and target.
    • remove

      void remove()
      Removes the connection.