Uses of Enum Class
org.tweetyproject.arg.caf.semantics.CAFSemantics
Packages that use CAFSemantics
-
Uses of CAFSemantics in org.tweetyproject.arg.caf.reasoner
Methods in org.tweetyproject.arg.caf.reasoner with parameters of type CAFSemanticsModifier and TypeMethodDescriptionstatic AbstractCAFReasonerAbstractCAFReasoner.getSimpleReasonerForSemantics(CAFSemantics semantics) Creates a reasoner for the given semantics. -
Uses of CAFSemantics in org.tweetyproject.arg.caf.semantics
Subclasses with type arguments of type CAFSemantics in org.tweetyproject.arg.caf.semanticsModifier and TypeClassDescriptionenumThis enum lists all semantics for Constrained Argumentation Frameworks.Fields in org.tweetyproject.arg.caf.semantics declared as CAFSemanticsModifier and TypeFieldDescriptionstatic final CAFSemanticsCAFSemantics.CAF_ADMISSIBLE_SEMANTICSStatic constants for admissible semanticsstatic final CAFSemanticsCAFSemantics.CAF_GROUNDED_SEMANTICSStatic constants for grounded semanticsstatic final CAFSemanticsCAFSemantics.CAF_PREFERRED_SEMANTICSStatic constants for preferred semanticsstatic final CAFSemanticsCAFSemantics.CAF_STABLE_SEMANTICSStatic constants for stable semanticsMethods in org.tweetyproject.arg.caf.semantics that return CAFSemanticsModifier and TypeMethodDescriptionstatic CAFSemanticsCAFSemantics.getSemantics(String abbreviation) Returns the semantics whose abbreviation matches the given string.static CAFSemanticsReturns the enum constant of this class with the specified name.static CAFSemantics[]CAFSemantics.values()Returns an array containing the constants of this enum class, in the order they are declared.