Package | Description |
---|---|
org.ginsim.core.graph.tree |
The Tree graph is a representation of a logical functions, allowing a graphical representation.
|
org.ginsim.gui.graph.tree |
Specialised GUI for the graphs representing logical functions.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeImpl |
Modifier and Type | Field and Description |
---|---|
protected Tree |
TreeBuilder.tree |
Modifier and Type | Method and Description |
---|---|
Tree |
TreeFactory.create() |
Tree |
TreeFactory.create(TreeBuilder parser) |
Modifier and Type | Method and Description |
---|---|
EdgeStyle<TreeNode,TreeEdge> |
TreeFactory.createDefaultEdgeStyle(Tree graph) |
NodeStyle<TreeNode> |
TreeFactory.createDefaultNodeStyle(Tree graph) |
TreeNode |
TreeNode.deepCopy(Tree gm) |
void |
TreeBuilder.setTree(Tree tree) |
Modifier and Type | Method and Description |
---|---|
Class<Tree> |
TreeGUIHelper.getGraphClass() |
GUIEditor<Tree> |
TreeGUIHelper.getMainEditionPanel(Tree tree) |
Modifier and Type | Method and Description |
---|---|
boolean |
TreeGUIHelper.canCopyPaste(Tree graph) |
GUIEditor<TreeEdge> |
TreeGUIHelper.getEdgeEditionPanel(Tree graph) |
List<EditAction> |
TreeGUIHelper.getEditActions(Tree graph) |
String |
TreeGUIHelper.getEditingTabLabel(Tree graph) |
JPanel |
TreeGUIHelper.getInfoPanel(Tree graph) |
GUIEditor<Tree> |
TreeGUIHelper.getMainEditionPanel(Tree tree) |
GUIEditor<TreeNode> |
TreeGUIHelper.getNodeEditionPanel(Tree graph) |
JPanel |
TreeGUIHelper.getSaveOptionPanel(Tree graph)
Create a panel containing the option for graph saving
|
void |
TreeActionPanel.setEditedItem(Tree tree) |
Copyright © 2005–2020. All rights reserved.