Class ExecutableFormulaSet

java.lang.Object
java.util.AbstractCollection<PlFormula>
java.util.AbstractSet<PlFormula>
java.util.HashSet<PlFormula>
org.tweetyproject.agents.dialogues.ExecutableFormulaSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<PlFormula>, Collection<PlFormula>, Set<PlFormula>, Executable

public class ExecutableFormulaSet extends HashSet<PlFormula> implements Executable
This class packs a set of formulas into an executable object.
Author:
Matthias Thimm
See Also: