T - Type of causal law to be kept in this action description.public abstract class ActionDescription<T extends CausalLaw> extends BeliefSet<T>
| Constructor and Description |
|---|
ActionDescription()
Creates a new empty action description.
|
ActionDescription(java.util.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, toStringpublic ActionDescription()
public ActionDescription(java.util.Collection<? extends T> c)
c - a collection of causal laws.