Uses of Enum
org.tweetyproject.web.services.dung.AbstractExtensionReasonerFactory.Semantics
-
Uses of AbstractExtensionReasonerFactory.Semantics in org.tweetyproject.web.services.dung
Modifier and TypeMethodDescriptionAbstractExtensionReasonerFactory.getSemantics()
Returns an array of all available semantics.AbstractExtensionReasonerFactory.Semantics.getSemantics
(String id) Returns the enum constant of this type with the specified name.AbstractExtensionReasonerFactory.Semantics.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic AbstractExtensionReasoner
AbstractExtensionReasonerFactory.getReasoner
(AbstractExtensionReasonerFactory.Semantics sem) Creates a new reasoner measure of the given semantics with default settings.