Uses of Enum
org.tweetyproject.logics.pl.parser.PlParserFactory.Format
-
Uses of PlParserFactory.Format in org.tweetyproject.logics.pl.parser
Modifier and TypeMethodDescriptionstatic PlParserFactory.Format
Getter Formatstatic PlParserFactory.Format
Returns the enum constant of this type with the specified name.static PlParserFactory.Format[]
PlParserFactory.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Parser
<PlBeliefSet, PlFormula> PlParserFactory.getParserForFormat
(PlParserFactory.Format f) Retrieves an appropriate parser for the given format.