Class DefaultProcessTree
java.lang.Object
org.tweetyproject.logics.rdl.semantics.DefaultProcessTree
Computes the extensions of a default theory
- Author:
- Nils Geilen, Matthias Thimm
-
Constructor Summary
ConstructorDescriptionconstructs a default process tree out of the default theory t -
Method Summary
Modifier and TypeMethodDescriptionReturn all extensions (possible sets of facts)Return all processes (sequences of defaults from root to leaf)
-
Constructor Details
-
DefaultProcessTree
constructs a default process tree out of the default theory t- Parameters:
t
- a default theory
-
-
Method Details
-
getProcesses
Return all processes (sequences of defaults from root to leaf)- Returns:
- all processes (sequences of defaults from root to leaf)
-
getExtensions
Return all extensions (possible sets of facts)- Returns:
- all extensions (possible sets of facts)
-