Modifier and Type | Field and Description |
---|---|
private VModel |
TopicMapGraphPanel.model |
private VModel |
VEdge.model |
private VModel |
VNode.model |
private VModel |
TopicMapModel.vModel |
Modifier and Type | Method and Description |
---|---|
VModel |
TopicMapGraphPanel.getModel() |
VModel |
VEdge.getModel() |
VModel |
VNode.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
GraphTool.invokeEdge(VEdge e,
VModel model,
TopicMapGraphPanel panel) |
void |
GraphTool.invokeGeneral(VModel model,
TopicMapGraphPanel panel) |
void |
GraphTool.invokeNode(VNode n,
VModel model,
TopicMapGraphPanel panel) |
Constructor and Description |
---|
TopicMapModel(VModel vModel,
TopicMap topicMap)
Creates a new instance of TopicMapModel
|
VEdge(Edge edge,
VModel model)
Creates a new instance of VEdge
|
VNode(Node node,
VModel model,
int id)
Creates a new instance of VNode
|
Modifier and Type | Method and Description |
---|---|
VModel |
AbstractGraphTool.solveModel(Wandora admin,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
CollapseTool.collapse(VNode vn,
VModel model,
java.util.HashSet<VNode> processed,
int depth) |
void |
ExpandNodesRecursivelyTool.expandRecursive(VNode node,
VModel model,
int depth) |
static void |
CloseTopicNodesOfType.hideTopicsOfType(Topic type,
VModel model) |
Modifier and Type | Method and Description |
---|---|
void |
GraphDOTExport.exportGraph(java.io.OutputStream out,
VModel model) |
void |
GraphGMLExport.exportGraph(java.io.OutputStream out,
VModel model) |
void |
GraphGraphMLExport.exportGraph(java.io.OutputStream out,
VModel model) |
void |
GraphGraphXMLExport.exportGraph(java.io.OutputStream out,
VModel model) |
Modifier and Type | Method and Description |
---|---|
static void |
FilterEdges.hideNodesOfType(int filterType,
Topic edgeType,
VModel model) |
Copyright 2004-2015 Wandora Team