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 | Method and Description |
---|---|
TreeEdge |
TreeImpl.addEdge(TreeNode source,
TreeNode target,
int value)
add an edge between source and target
|
Modifier and Type | Method and Description |
---|---|
EdgeStyle<TreeNode,TreeEdge> |
TreeFactory.createDefaultEdgeStyle(Tree graph) |
Graph<TreeNode,TreeEdge> |
TreeImpl.getSubgraph(Collection<TreeNode> vertex,
Collection<TreeEdge> edges) |
Modifier and Type | Method and Description |
---|---|
Color |
DefaultTreeEdgeStyle.getColor(TreeEdge edge) |
Modifier and Type | Method and Description |
---|---|
protected List<?> |
TreeImpl.doMerge(Graph<TreeNode,TreeEdge> graph) |
Graph<TreeNode,TreeEdge> |
TreeImpl.getSubgraph(Collection<TreeNode> vertex,
Collection<TreeEdge> edges) |
Modifier and Type | Method and Description |
---|---|
GUIEditor<TreeEdge> |
TreeGUIHelper.getEdgeEditionPanel(Tree graph) |
Copyright © 2005–2020. All rights reserved.