Interface DiagramModel

    • Method Detail

      • addElement

        void addElement​(Element element)
      • removeElement

        void removeElement​(Element element)
      • clearElements

        void clearElements()
      • connect

        void connect​(Connection connection)
      • disconnect

        void disconnect​(Connection connection)
      • getDefaultConnector

        Connector getDefaultConnector()
      • getDefaultConnectionOverlays

        List<Overlay> getDefaultConnectionOverlays()
      • isConnectionsDetachable

        boolean isConnectionsDetachable()
      • getMaxConnections

        int getMaxConnections()
      • isContainment

        boolean isContainment()