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.parserSubclasses with type arguments of type PlParserFactory.Format in org.tweetyproject.logics.pl.parserModifier and TypeClassDescriptionstatic enumAn enumeration of all available knowledge base formats.Methods in org.tweetyproject.logics.pl.parser that return PlParserFactory.FormatModifier and TypeMethodDescriptionstatic PlParserFactory.FormatGetter Formatstatic PlParserFactory.FormatReturns 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.