Class RuleSet<T extends Rule<?,?>>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractSet<T>
java.util.HashSet<T>
org.tweetyproject.commons.util.rules.RuleSet<T>
Type Parameters:
T - the specific rule class
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, Set<T>
Direct Known Subclasses:
AspicArgumentationTheory, NLPProgram, Program

public class RuleSet<T extends Rule<?,?>> extends HashSet<T>
This class represents a set of rules and provides several auxiliary methods for accessing such a set.
Author:
Matthias Thimm, Tim Janus
See Also: