|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.java.plugin.Plugin
unbbayes.util.extension.PluginCore
public class PluginCore
Core plugin used by UnBBayes in order to restrict extension point. Plugins extending this core plugin are usually new functionalities (modules) for UnBBayes. A new module is usually a new formalism. This class implements JPF framework (http://jpf.sourceforge.net/)
Field Summary | |
---|---|
static String |
PARAMETER_BUILDER
Parameter id for the "builder" parameter: class that instantiates the plugin. |
static String |
PARAMETER_CATEGORY
Parameter id for the "category" parameter: what type of module is this plugin. |
static String |
PARAMETER_CATEGORY_VALUE_BN
This is a possible value for the PARAMETER_CATEGORY: "bn". |
static String |
PARAMETER_CATEGORY_VALUE_PLUGIN
This is a possible value for the PARAMETER_CATEGORY: "sampling". |
static String |
PARAMETER_CATEGORY_VALUE_SAMPLING
This is a possible value for the PARAMETER_CATEGORY: "sampling". |
static String |
PARAMETER_CATEGORY_VALUE_TOOL
This is a possible value for the PARAMETER_CATEGORY: "tool". |
static String |
PARAMETER_CLASS
Parameter id for the "class" parameter: class to be loaded as extension |
static String |
PARAMETER_DESCRIPTION
Parameter id for the "description" parameter: tool tip text |
static String |
PARAMETER_ICON
Parameter id for the "icon" parameter: icon to be used by buttons |
static String |
PARAMETER_NAME
Parameter id for the "name" parameter: name of the new module |
Fields inherited from class org.java.plugin.Plugin |
---|
log |
Constructor Summary | |
---|---|
PluginCore()
|
Method Summary | |
---|---|
protected void |
doStart()
|
protected void |
doStop()
|
Methods inherited from class org.java.plugin.Plugin |
---|
getDescriptor, getManager, isActive, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PARAMETER_CLASS
public static final String PARAMETER_NAME
public static final String PARAMETER_DESCRIPTION
public static final String PARAMETER_ICON
public static final String PARAMETER_BUILDER
UnBBayesModuleBuilder
public static final String PARAMETER_CATEGORY
UnBBayesModuleBuilder
public static final String PARAMETER_CATEGORY_VALUE_BN
public static final String PARAMETER_CATEGORY_VALUE_TOOL
public static final String PARAMETER_CATEGORY_VALUE_SAMPLING
public static final String PARAMETER_CATEGORY_VALUE_PLUGIN
Constructor Detail |
---|
public PluginCore()
Method Detail |
---|
protected void doStart() throws Exception
doStart
in class org.java.plugin.Plugin
Exception
protected void doStop() throws Exception
doStop
in class org.java.plugin.Plugin
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |