|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeNodeState | |
|---|---|
| br.uerj.petrinetanalyzer.gui | |
| br.uerj.petrinetanalyzer.gui.listener | |
| Uses of TreeNodeState in br.uerj.petrinetanalyzer.gui |
|---|
| Methods in br.uerj.petrinetanalyzer.gui that return TreeNodeState | |
|---|---|
TreeNodeState |
SimulationWindow.backTreeStateNode()
Volta um nó na árvore de seqüência de disparos. |
TreeNodeState |
SimulationWindow.getSelectedState()
Retorna o Estado selecionado. |
| Methods in br.uerj.petrinetanalyzer.gui with parameters of type TreeNodeState | |
|---|---|
void |
SimulationWindow.addTreeNodeState(TreeNodeState state)
Adiciona um novo nó a árvore de seqüência de disparos. |
private void |
SimulationWindow.createPanelTree(TreeNodeState rootState)
Cria o painel com a árvore mostrando a seqüência de disparos. |
java.lang.String |
SimulationWindow.getStateInfo(TreeNodeState state)
Retorna String com as características do Estado. |
| Constructors in br.uerj.petrinetanalyzer.gui with parameters of type TreeNodeState | |
|---|---|
SimulationWindow(PetriNetGraph pn,
TreeNodeState rootState)
Construtor recebendo a rede de petri, de onde serão extraídas informações para serem exibidas. |
|
| Uses of TreeNodeState in br.uerj.petrinetanalyzer.gui.listener |
|---|
| Fields in br.uerj.petrinetanalyzer.gui.listener declared as TreeNodeState | |
|---|---|
private TreeNodeState |
SimulationAction.currentState
|
| Methods in br.uerj.petrinetanalyzer.gui.listener that return TreeNodeState | |
|---|---|
TreeNodeState |
SimulationAction.createState(int[] arrSequence,
int[] arrMarcacao,
boolean[] arrFireTrans)
Cria um novo Estado |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||