|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProbabilityFunctionPanelBuilder
This is an interface to handle probability distribution's graphical edition for nodes loaded from plugin manager. It carries basically a node (INode) and builds a JPanel to edit its probability function. Plugins must implement this interface in order to permit probability function's visual edition.
Method Summary | |
---|---|
JPanel |
buildProbabilityFunctionEditionPanel()
Obtains the JPanel used to edit the node's probability function graphically. |
Node |
getProbabilityFunctionOwner()
Gets the node currently owning the probability distribution function |
void |
setProbabilityFunctionOwner(Node node)
Sets the node owning the probability distribution function. |
Method Detail |
---|
void setProbabilityFunctionOwner(Node node)
node
- Node getProbabilityFunctionOwner()
JPanel buildProbabilityFunctionEditionPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |