Class ActionQuerySet<T extends ActionQuery>

java.lang.Object
org.tweetyproject.commons.BeliefSet<T,ActionSignature>
org.tweetyproject.action.query.syntax.ActionQuerySet<T>
Type Parameters:
T - the type of ActionQuery
All Implemented Interfaces:
Iterable<T>, Collection<T>, BeliefBase
Direct Known Subclasses:
SActionQuerySet

public abstract class ActionQuerySet<T extends ActionQuery> extends 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
  • Constructor Details

    • 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