Interface IDesignLink

All Superinterfaces:
IDesignElement, IWidget, IWritable, IXmlSerializable, Serializable

public interface IDesignLink extends IDesignElement
Interface to describe a link between to IDesignElement objects within a diagram.
Since:
2.0, 9/11/2010
Version:
1.0
Author:
vlygeros
  • Method Details

    • getInput

      Gets the incoming element.
      Returns:
      A
      invalid reference
      OuputConnectionPoint
      object.
    • getOutput

      Gets the outgoing element.
      Returns:
      A InputConnectionPoint object.
    • getInputDirection

      String getInputDirection()
      Gets the input direction
      Returns:
      the input direction
    • setInputDirection

      void setInputDirection(String direction)
      Sets the input direction
      Parameters:
      direction - input direction
    • getOutputDirection

      String getOutputDirection()
      Gets the output direction
      Returns:
      the output direction
    • setOutputDirection

      void setOutputDirection(String direction)
      Sets the output direction
      Parameters:
      direction - output direction