Class Argument

  • All Implemented Interfaces:
    net.sf.tweety.commons.Formula, net.sf.tweety.graphs.Node

    public class Argument
    extends AcceptanceCondition
    implements net.sf.tweety.commons.Formula, net.sf.tweety.graphs.Node
    An immutable representation of an ADF argument

    This argument can also be used as an AcceptanceCondition, since it is its atomic building block.

    Author:
    Mathias Hofer
    • Constructor Detail

      • Argument

        public Argument​(String name)
        Parameters:
        name -
    • Method Detail

      • getSignature

        public net.sf.tweety.commons.Signature getSignature()
        Specified by:
        getSignature in interface net.sf.tweety.commons.Formula