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 AbstractEAFReasonerAbstractEAFReasoner.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 TypeClassDescriptionenumThis enum lists all semantics for Epistemic Argumentation Frameworks.Fields in org.tweetyproject.arg.eaf.semantics declared as EAFSemanticsModifier and TypeFieldDescriptionstatic final EAFSemanticsEAFSemantics.EAF_ADMISSIBLE_SEMANTICSStatic constants for admissible semanticsstatic final EAFSemanticsEAFSemantics.EAF_COMPLETE_SEMANTICSStatic constants for complete semanticsstatic final EAFSemanticsEAFSemantics.EAF_GROUNDED_SEMANTICSStatic constants for grounded semanticsstatic final EAFSemanticsEAFSemantics.EAF_PREFERRED_SEMANTICSStatic constants for preferred semanticsstatic final EAFSemanticsEAFSemantics.EAF_STABLE_SEMANTICSStatic constants for stable semanticsMethods in org.tweetyproject.arg.eaf.semantics that return EAFSemanticsModifier and TypeMethodDescriptionstatic EAFSemanticsEAFSemantics.getSemantics(String abbreviation) Returns the semantics whose abbreviation matches the given string.static EAFSemanticsReturns 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.