Class SetAfSignature

java.lang.Object
org.tweetyproject.commons.SingleSetSignature<Argument>
org.tweetyproject.arg.setaf.syntax.SetAfSignature
All Implemented Interfaces:
Cloneable, Iterable<Argument>, Signature

public class SetAfSignature extends SingleSetSignature<Argument>
This class captures the signature of a SetAf theory, i.e. a set of arguments.
Author:
Sebastian Franke
  • Constructor Details

    • SetAfSignature

      public SetAfSignature()
      Creates a new (empty) SetAf signature.
    • SetAfSignature

      public SetAfSignature(Argument argument)
      Creates a new signature with the single given argument.
      Parameters:
      argument - an argument.
    • SetAfSignature

      public SetAfSignature(Collection<? extends Argument> arguments)
      Creates a new signature with the given set of arguments.
      Parameters:
      arguments - a set of arguments.
  • Method Details