Interface Link

    • Method Detail

      • src

        ConnectPoint src()
        Returns the link source connection point.
        Returns:
        link source connection point
      • dst

        ConnectPoint dst()
        Returns the link destination connection point.
        Returns:
        link destination connection point
      • type

        Link.Type type()
        Returns the link type.
        Returns:
        link type
      • state

        Link.State state()
        Returns the link state.
        Returns:
        link state
      • isExpected

        boolean isExpected()
        Indicates if the link was created from a predefined configuration.
        Returns:
        true if the link was created from a predefined configuration, false otherwise.