Class CoalitionArgument

java.lang.Object
org.tweetyproject.arg.dung.syntax.Argument
org.tweetyproject.arg.bipolar.syntax.CoalitionArgument
All Implemented Interfaces:
Comparable<Argument>, DungEntity, Formula, Node

public class CoalitionArgument extends Argument
A representation of a set of arguments (called coalition) that represent an argument in a meta-graph.
Author:
Lars Bengel
  • Constructor Details

    • CoalitionArgument

      public CoalitionArgument(Collection<Argument> args)
      Initializes a new Coalition-Argument for the given set
      Parameters:
      args - a set of arguments
  • Method Details

    • getArguments

      public Collection<Argument> getArguments()
      Returns the arguments associated with this entity
      Returns:
      a set of arguments