Class AbstractDialecticalFramework

    • Method Detail

      • bipolar

        public boolean bipolar()
        Checks if the ADF is bipolar. May compute all links to do so.
        Returns:
        true iff this ADF is bipolar
      • linksToParent

        public Stream<Link> linksToParent​(Argument b)
        TODO define functionality
        Parameters:
        b - some argument
        Returns:
        a stream of links (a,b)
      • linksToChildren

        public Stream<Link> linksToChildren​(Argument a)
        TODO define functionality
        Parameters:
        a - some argument
        Returns:
        a stream of links (a,b)
      • link

        public Link link​(Argument a,
                         Argument b)
        Computes the link (a,b) iff necessary and returns it afterwards.
        Parameters:
        a - some argument
        b - some argument
        Returns:
        (a,b)
      • setLink

        public void setLink​(Link link)
      • setLinkStrategy

        public void setLinkStrategy​(LinkStrategy linkStrategy)
        Parameters:
        linkStrategy - the strategy which is used in order to compute the links whenever its necessary
      • getMinimalSignature

        public net.sf.tweety.commons.Signature getMinimalSignature()
        Specified by:
        getMinimalSignature in interface net.sf.tweety.commons.BeliefBase