Uses of Enum Class
org.tweetyproject.logics.pl.parser.PlParserFactory.Format
Packages that use PlParserFactory.Format
-
Uses of PlParserFactory.Format in org.tweetyproject.logics.pl.parser
Subclasses with type arguments of type PlParserFactory.Format in org.tweetyproject.logics.pl.parserModifier and TypeClassDescriptionstatic enum
An enumeration of all available knowledge base formats.Methods in org.tweetyproject.logics.pl.parser that return PlParserFactory.FormatModifier and TypeMethodDescriptionstatic PlParserFactory.Format
Getter Formatstatic PlParserFactory.Format
Returns the enum constant of this class with the specified name.static PlParserFactory.Format[]
PlParserFactory.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tweetyproject.logics.pl.parser with parameters of type PlParserFactory.FormatModifier and TypeMethodDescriptionstatic Parser
<PlBeliefSet, PlFormula> PlParserFactory.getParserForFormat
(PlParserFactory.Format f) Retrieves an appropriate parser for the given format.