Class ActionQuerySet<T extends ActionQuery>

  • Type Parameters:
    T - the tyoe of ActionQuery
    All Implemented Interfaces:
    Iterable<T>, Collection<T>, net.sf.tweety.commons.BeliefBase
    Direct Known Subclasses:
    SActionQuerySet

    public abstract class ActionQuerySet<T extends ActionQuery>
    extends net.sf.tweety.commons.BeliefSet<T,​ActionSignature>
    An Action Query Set consists of action queries in a specific query language and provides some common functionalities for such queries.
    Author:
    Sebastian Homann
    • Field Summary

      • Fields inherited from class net.sf.tweety.commons.BeliefSet

        EQUALS_USES_SIGNATURE, signature
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionQuerySet()
      Creates an empty ActionQuerySet
      ActionQuerySet​(Collection<? extends T> c)
      Creates a new ActionQuerySet initialized with the given collection of action queries.
    • Constructor Detail

      • ActionQuerySet

        public ActionQuerySet​(Collection<? extends T> c)
        Creates a new ActionQuerySet initialized with the given collection of action queries.
        Parameters:
        c - a collection of action queries
      • ActionQuerySet

        public ActionQuerySet()
        Creates an empty ActionQuerySet