Enum InferenceMode

java.lang.Object
java.lang.Enum<InferenceMode>
org.tweetyproject.commons.InferenceMode
All Implemented Interfaces:
Serializable, Comparable<InferenceMode>, Constable

public enum InferenceMode extends Enum<InferenceMode>
Enum constants for the two classical inference models of skeptical inference (assess a formula as true iff it is contained in every model) and credulous inference (assess a formula as true iff it is contained in some model).
Author:
Matthias Thimm