unbbayes.prs.extension
Interface IPluginNode
- All Superinterfaces:
- INode
public interface IPluginNode
- extends INode
A plugin node must extend this class, so that UnBBayes can understand that
currently selected node shall have special treatment.
Besides, UnBBayes's basic GUI architecture expects all nodes to extend Node
(so, a plugin node must extend some subclass of Node and implement this interface)
- Author:
- Shou Matsumoto
Method Summary |
Node |
getNode()
Obtains a Node representation of this plugin node. |
Methods inherited from interface unbbayes.prs.INode |
addChildNode, addParentNode, appendState, getAdjacentNodes, getChildNodes, getDescription, getName, getParentNodes, getStateAt, getStatesSize, getType, removeChildNode, removeLastState, removeParentNode, removeStateAt, setChildNodes, setDescription, setName, setParentNodes, setStateAt, setStates |
getNode
Node getNode()
- Obtains a
Node
representation of this plugin node.
In other word, this method converts an IPluginNode
into Node
- Returns:
Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.