|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasen.core.PluginContainer
Holds a plugin and its runtime configuration.
Constructor Summary | |
PluginContainer()
|
Method Summary | |
ProbabilityCalculator |
getCalculator()
Gets the calculator used for this plugin |
String |
getDescription()
Gets the summary description of this plugin. |
String |
getDisplayName()
Gets the user friendly name of this plugin. |
String |
getName()
Gets the name of this plugin |
JasenPlugin |
getPlugin()
Gets the contained plugin |
void |
setCalculator(ProbabilityCalculator calculator)
Sets the calculator used for this plugin |
void |
setDescription(String description)
Sets the summary description of this plugin. |
void |
setDisplayName(String displayName)
Sets the user friendly name of this plugin. |
void |
setName(String name)
Sets the name of this plugin |
void |
setPlugin(JasenPlugin plugin)
Gets the contained plugin |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PluginContainer()
Method Detail |
public ProbabilityCalculator getCalculator()
public void setCalculator(ProbabilityCalculator calculator)
calculator
- The calculator used by the plugin to calculate resultspublic String getName()
public void setName(String name)
name
- The display name of the plugin as a Stringpublic JasenPlugin getPlugin()
public void setPlugin(JasenPlugin plugin)
plugin
- The actual plugin instancepublic String getDescription()
public void setDescription(String description)
description
- The description to set.public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- The displayName to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |