Package | Description |
---|---|
org.wandora.application.gui.topicpanels.graphpanel | |
org.wandora.application.tools.graph.filters |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdge |
class |
AssociationEdge |
class |
InstanceEdge |
class |
OccurrenceEdge |
class |
TestEdge |
Modifier and Type | Field and Description |
---|---|
private Edge |
VEdge.edge |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<Node,Edge> |
AssociationNode.edgeMap |
private java.util.HashMap<Edge,VEdge> |
VModel.edgeMap |
private java.util.Collection<Edge> |
AssociationNode.edges |
private java.util.Collection<Edge> |
OccurrenceNode.edges |
private java.util.ArrayList<Edge> |
TestNode.edges |
private java.util.Collection<Edge> |
TopicNode.edges |
Modifier and Type | Method and Description |
---|---|
Edge |
VEdge.getEdge() |
Edge |
TopicMapModel.getEdgeFor(Association a) |
Edge |
AssociationNode.getEdgeForRole(Node role) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Edge> |
AssociationNode.getEdges() |
java.util.Collection<Edge> |
Node.getEdges() |
java.util.Collection<Edge> |
OccurrenceNode.getEdges() |
java.util.Collection<Edge> |
TestNode.getEdges() |
java.util.Collection<Edge> |
TopicNode.getEdges() |
Modifier and Type | Method and Description |
---|---|
void |
TestNode.addEdge(Edge e) |
VEdge |
VModel.addEdge(Edge e) |
VEdge |
VModel.getEdge(Edge e) |
java.awt.Color |
DefaultGraphStyle.getEdgeColor(Edge e) |
java.awt.Font |
DefaultGraphStyle.getEdgeLabelFont(Edge n,
int forSize) |
int |
DefaultGraphStyle.getEdgeLabelFontSize(Edge n) |
double |
DefaultGraphStyle.getEdgeWidth(Edge e) |
boolean |
EdgeFilter.isEdgeFiltered(Edge e) |
boolean |
GraphFilter.isEdgeFiltered(Edge e) |
Constructor and Description |
---|
VEdge(Edge edge,
VModel model)
Creates a new instance of VEdge
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<AbstractGraphTool> |
FilterEdges.makeTools(Edge e,
GraphFilter graphFilter,
java.util.ArrayList<AbstractGraphTool> tools) |
Copyright 2004-2015 Wandora Team