T - Type of causal law to be kept in this action description.public abstract class ActionDescription<T extends CausalLaw>
extends net.sf.tweety.commons.BeliefSet<T>
| Constructor and Description |
|---|
ActionDescription()
Creates a new empty action description.
|
ActionDescription(Collection<? extends T> c)
Creates a new action description containing all elements in the collection
given.
|
add, addAll, clear, contains, containsAll, equals, getSignature, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic ActionDescription()
public ActionDescription(Collection<? extends T> c)
c - a collection of causal laws.Copyright © 2018. All rights reserved.