Uses of Enum Class
org.tweetyproject.arg.eaf.semantics.EAFSemantics
Packages that use EAFSemantics
-
Uses of EAFSemantics in org.tweetyproject.arg.eaf.reasoner
Methods in org.tweetyproject.arg.eaf.reasoner with parameters of type EAFSemanticsModifier and TypeMethodDescriptionstatic AbstractEAFReasoner
AbstractEAFReasoner.getSimpleReasonerForSemantics
(EAFSemantics semantics) Creates a reasoner for the given semantics. -
Uses of EAFSemantics in org.tweetyproject.arg.eaf.semantics
Subclasses with type arguments of type EAFSemantics in org.tweetyproject.arg.eaf.semanticsModifier and TypeClassDescriptionenum
This enum lists all semantics for Epistemic Argumentation Frameworks.Fields in org.tweetyproject.arg.eaf.semantics declared as EAFSemanticsModifier and TypeFieldDescriptionstatic final EAFSemantics
EAFSemantics.EAF_ADMISSIBLE_SEMANTICS
Static constants for admissible semanticsstatic final EAFSemantics
EAFSemantics.EAF_COMPLETE_SEMANTICS
Static constants for complete semanticsstatic final EAFSemantics
EAFSemantics.EAF_GROUNDED_SEMANTICS
Static constants for grounded semanticsstatic final EAFSemantics
EAFSemantics.EAF_PREFERRED_SEMANTICS
Static constants for preferred semanticsstatic final EAFSemantics
EAFSemantics.EAF_STABLE_SEMANTICS
Static constants for stable semanticsMethods in org.tweetyproject.arg.eaf.semantics that return EAFSemanticsModifier and TypeMethodDescriptionstatic EAFSemantics
EAFSemantics.getSemantics
(String abbreviation) Returns the semantics whose abbreviation matches the given string.static EAFSemantics
Returns the enum constant of this class with the specified name.static EAFSemantics[]
EAFSemantics.values()
Returns an array containing the constants of this enum class, in the order they are declared.