Uses of Class
net.sf.tweety.plugin.AbstractTweetyPlugin
-
Packages that use AbstractTweetyPlugin Package Description net.sf.tweety.logics.fol.plugin net.sf.tweety.logics.pl.plugin net.sf.tweety.logics.rpcl.plugin net.sf.tweety.preferences.plugin -
-
Uses of AbstractTweetyPlugin in net.sf.tweety.logics.fol.plugin
Subclasses of AbstractTweetyPlugin in net.sf.tweety.logics.fol.plugin Modifier and Type Class Description class
FirstOrderLogicPlugin
This class models the plugin for first order logics used in the tweety cli Note: Currently FOL-files MUST BE named after the pattern "*.fologic" Very early state, not finished or debugged yet. -
Uses of AbstractTweetyPlugin in net.sf.tweety.logics.pl.plugin
Subclasses of AbstractTweetyPlugin in net.sf.tweety.logics.pl.plugin Modifier and Type Class Description class
PlPlugin
This class provides the JSPF-Plugin for the propositional logic library Currently plugin is loadable but not executed -
Uses of AbstractTweetyPlugin in net.sf.tweety.logics.rpcl.plugin
Subclasses of AbstractTweetyPlugin in net.sf.tweety.logics.rpcl.plugin Modifier and Type Class Description class
RPCLPlugin
relational probabilistic conditional logic plugin for the tweety cli skeleton -
Uses of AbstractTweetyPlugin in net.sf.tweety.preferences.plugin
Subclasses of AbstractTweetyPlugin in net.sf.tweety.preferences.plugin Modifier and Type Class Description class
PreferencesPlugin
The CLI-Plugin for the Preferences-Package
-