Uses of Interface
net.sf.tweety.plugin.TweetyPlugin
-
-
Uses of TweetyPlugin in net.sf.tweety.cli.plugins
Methods in net.sf.tweety.cli.plugins with parameters of type TweetyPlugin Modifier and Type Method Description static java.util.ArrayList<CommandParameter>
CliMain. instantiateParameters(TweetyPlugin tp, java.util.ArrayList<java.util.ArrayList<java.lang.String>> inparams)
instantiates each given input parameter within the called plugin - if possible -
Uses of TweetyPlugin in net.sf.tweety.logics.fol.plugin
Classes in net.sf.tweety.logics.fol.plugin that implement TweetyPlugin 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 TweetyPlugin in net.sf.tweety.logics.pl.plugin
Classes in net.sf.tweety.logics.pl.plugin that implement TweetyPlugin 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 TweetyPlugin in net.sf.tweety.logics.rpcl.plugin
Classes in net.sf.tweety.logics.rpcl.plugin that implement TweetyPlugin Modifier and Type Class Description class
RPCLPlugin
relational probabilistic conditional logic plugin for the tweety cli skeleton -
Uses of TweetyPlugin in net.sf.tweety.plugin
Classes in net.sf.tweety.plugin that implement TweetyPlugin Modifier and Type Class Description class
AbstractTweetyPlugin
This abstract class implements the TweetyPlugin interface and provides a base for plugin implementations in each project -
Uses of TweetyPlugin in net.sf.tweety.preferences.plugin
Classes in net.sf.tweety.preferences.plugin that implement TweetyPlugin Modifier and Type Class Description class
PreferencesPlugin
The CLI-Plugin for the Preferences-Package
-