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 AbstractCAFReasoner
AbstractCAFReasoner.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 TypeClassDescriptionenum
This enum lists all semantics for Constrained Argumentation Frameworks.Fields in org.tweetyproject.arg.caf.semantics declared as CAFSemanticsModifier and TypeFieldDescriptionstatic final CAFSemantics
CAFSemantics.CAF_ADMISSIBLE_SEMANTICS
Static constants for admissible semanticsstatic final CAFSemantics
CAFSemantics.CAF_GROUNDED_SEMANTICS
Static constants for grounded semanticsstatic final CAFSemantics
CAFSemantics.CAF_PREFERRED_SEMANTICS
Static constants for preferred semanticsstatic final CAFSemantics
CAFSemantics.CAF_STABLE_SEMANTICS
Static constants for stable semanticsMethods in org.tweetyproject.arg.caf.semantics that return CAFSemanticsModifier and TypeMethodDescriptionstatic CAFSemantics
CAFSemantics.getSemantics
(String abbreviation) Returns the semantics whose abbreviation matches the given string.static CAFSemantics
Returns 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.