Class Link


  • public class Link
    extends java.lang.Object
    A simple immutable representation of ADF links.
    Author:
    Mathias Hofer
    • Method Detail

      • getLinkType

        public LinkType getLinkType()
      • isAttacking

        public boolean isAttacking()
      • isSupporting

        public boolean isSupporting()
      • isDependent

        public boolean isDependent()
      • isRedundant

        public boolean isRedundant()
      • isBipolar

        public boolean isBipolar()
        Returns:
        true iff the link is bipolar
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object